Searched refs:NFSX_V2FH (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_boot.c759 if (mlen < ((int)sizeof(u_long) + NFSX_V2FH))
761 bcopy(rdata->data, fhp, NFSX_V2FH);
762 *fhlenp = NFSX_V2FH;
H A Dnfsproto.h187 #define NFSX_V2FH 32 macro
212 #define NFSX_FH(V) (((V) == NFS_VER2) ? NFSX_V2FH : (NFSX_UNSIGNED + \
214 #define NFSX_SRVFH(V,FH) (((V) == NFS_VER2) ? NFSX_V2FH : (FH)->nfh_len)
H A Dnfsm_subs.h550 (FHSIZE) = NFSX_V2FH;\
560 (FHP)->fh_len = NFSX_V2FH;\
H A Dnfs_lock.c719 msg->lm_fh_len = (nfsvers == NFS_VER2) ? NFSX_V2FH : np->n_fhsize;
H A Dnfs_subs.c2809 nfhp->nfh_len = NFSX_V2FH;
2830 if ((nfsvers == NFS_VER2) && (nfhp->nfh_len < NFSX_V2FH))
2831 nfhp->nfh_len = NFSX_V2FH;

Completed in 81 milliseconds