Searched refs:NFSV3_MAX_FH_SIZE (Results 1 - 7 of 7) sorted by relevance

/xnu-2782.1.97/osfmk/lockd/
H A Dlockd_mach_types.h34 * XXX NFSV3_MAX_FH_SIZE is defined in sys/mount.h, but we can't include
41 #ifndef NFSV3_MAX_FH_SIZE
42 #define NFSV3_MAX_FH_SIZE 64 macro
47 typedef uint8_t nfs_handle[NFSV3_MAX_FH_SIZE];
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_lock.h85 u_int8_t lm_fh[NFSV3_MAX_FH_SIZE]; /* The file handle. */
123 u_int8_t la_fh[NFSV3_MAX_FH_SIZE];/* The file handle. */
H A Dnfs_syscalls.c512 if ((fhlen != NFSV2_MAX_FH_SIZE) && (fhlen != NFSV3_MAX_FH_SIZE))
513 fhlen = NFSV3_MAX_FH_SIZE;
624 (nfh.nfh_len > (int)NFSV3_MAX_FH_SIZE))
H A Dnfs.h401 #define NFSV3_MAX_FID_SIZE (NFSV3_MAX_FH_SIZE - sizeof(struct nfs_exphandle))
H A Dnfs_subs.c3306 if (nfhp->nfh_len > NFSV3_MAX_FH_SIZE)
/xnu-2782.1.97/bsd/sys/
H A Dmount_internal.h281 #define NFSV3_MAX_FH_SIZE 64 macro
H A Dmount.h1289 #define NFSV3_MAX_FH_SIZE 64 macro

Completed in 103 milliseconds