Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/nfs/
H A Dnfsproto.h248 #define NFSX_V2FH 32 macro
274 #define NFSX_FH(V) (((V) == NFS_VER2) ? NFSX_V2FH : (NFSX_UNSIGNED + \
276 #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.c2464 nfhp->nfh_len = NFSX_V2FH; in nfsrv_vptofh()
2489 if ((nfsvers == NFS_VER2) && (nfhp->nfh_len < NFSX_V2FH)) { in nfsrv_vptofh()
2490 nfhp->nfh_len = NFSX_V2FH; in nfsrv_vptofh()