Home
last modified time | relevance | path

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

/xnu-10063.101.15/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.h521 (FHSIZE) = NFSX_V2FH;\
534 (FHP)->fh_len = NFSX_V2FH;\
H A Dnfs_subs.c2463 nfhp->nfh_len = NFSX_V2FH; in nfsrv_vptofh()
2488 if ((nfsvers == NFS_VER2) && (nfhp->nfh_len < NFSX_V2FH)) { in nfsrv_vptofh()
2489 nfhp->nfh_len = NFSX_V2FH; in nfsrv_vptofh()