Home
last modified time | relevance | path

Searched refs:NFSX_V2FH (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.141.3/bsd/nfs/
H A Dnfsproto.h199 #define NFSX_V2FH 32 macro
224 #define NFSX_FH(V) (((V) == NFS_VER2) ? NFSX_V2FH : (NFSX_UNSIGNED + \
226 #define NFSX_SRVFH(V, FH) (((V) == NFS_VER2) ? NFSX_V2FH : (FH)->nfh_len)
H A Dnfsm_subs.h523 (FHSIZE) = NFSX_V2FH;\
536 (FHP)->fh_len = NFSX_V2FH;\
H A Dnfs_subs.c2498 nfhp->nfh_len = NFSX_V2FH; in nfsrv_vptofh()
2523 if ((nfsvers == NFS_VER2) && (nfhp->nfh_len < NFSX_V2FH)) { in nfsrv_vptofh()
2524 nfhp->nfh_len = NFSX_V2FH; in nfsrv_vptofh()