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

/macosx-10.9.5/NFS-81/rpc.lockd/
H A Dlockd_mach_types.h29 * XXX NFSV3_MAX_FH_SIZE is defined in sys/mount.h, but we can't include
36 #ifndef NFSV3_MAX_FH_SIZE
37 #define NFSV3_MAX_FH_SIZE 64 macro
42 typedef uint8_t nfs_handle[NFSV3_MAX_FH_SIZE];
H A Dlockd_lock.c1143 if (fl->filehandle.n_len > NFSV3_MAX_FH_SIZE) {
2182 if (lock->fh.n_len > NFSV3_MAX_FH_SIZE) {
2184 lock->fh.n_len, NFSV3_MAX_FH_SIZE);
2229 if (lckarg->alock.fh.n_len > NFSV3_MAX_FH_SIZE) {
2231 lckarg->alock.fh.n_len, NFSV3_MAX_FH_SIZE);
2294 if (lock->fh.n_len > NFSV3_MAX_FH_SIZE) {
2296 lock->fh.n_len, NFSV3_MAX_FH_SIZE);
2326 if (args->alock.fh.n_len > NFSV3_MAX_FH_SIZE) {
2328 args->alock.fh.n_len, NFSV3_MAX_FH_SIZE);
2867 if (shrarg->share.fh.n_len > NFSV3_MAX_FH_SIZE) {
[all...]
H A Dkern.c233 bcopy(fh, msg.lm_fh, NFSV3_MAX_FH_SIZE);
/macosx-10.9.5/xnu-2422.115.4/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];
/macosx-10.9.5/xnu-2422.115.4/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.c435 if ((fhlen != NFSV2_MAX_FH_SIZE) && (fhlen != NFSV3_MAX_FH_SIZE))
436 fhlen = NFSV3_MAX_FH_SIZE;
547 (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.c3261 if (nfhp->nfh_len > NFSV3_MAX_FH_SIZE)
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dmount_internal.h277 #define NFSV3_MAX_FH_SIZE 64 macro
H A Dmount.h1275 #define NFSV3_MAX_FH_SIZE 64 macro
/macosx-10.9.5/NFS-81/nfsd/
H A Dmountd.c897 fhr.fhr_fh.fh_len = (fhr.fhr_vers < 3) ? NFSV2_MAX_FH_SIZE : NFSV3_MAX_FH_SIZE;

Completed in 291 milliseconds