Searched refs:FHSIZE (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfsm_subs.h | 675 #define nfsm_chain_get_fh_ptr(E, NMC, VERS, FHP, FHSIZE) \ argument 678 nfsm_chain_get_32((E), (NMC), (FHSIZE)); \ 680 if ((FHSIZE) > NFS_MAX_FH_SIZE) \ 683 (FHSIZE) = NFSX_V2FH;\ 685 nfsm_chain_get_opaque_pointer((E), (NMC), (FHSIZE), (FHP));\
|
| H A D | nfs.h | 992 #define NFSREQ_SECINFO_SET(SI, NP, FH, FHSIZE, NAME, NAMELEN) \ argument 996 (SI)->rsia_fhsize = (FHSIZE); \
|