Searched refs:NFSX_V3FHMAX (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfsdiskless.h101 u_char swap_fh[NFSX_V3FHMAX]; /* Swap file's file handle */
108 u_char root_fh[NFSX_V3FHMAX]; /* File handle of root dir */
122 u_char ndm_fh[NFSX_V3FHMAX]; /* The file's file handle */
H A Dnfsproto.h194 #define NFSX_V3FHMAX 64 /* max. allowed by protocol */ macro
213 (((V) == NFS_VER3) ? NFSX_V3FHMAX : NFS4_FHSIZE)))
H A Dnfs_boot.c698 u_char data[NFSX_V3FHMAX + sizeof(u_long)];
H A Dnfs_vfsops.c1218 u_char nfh[NFSX_V3FHMAX];
1279 if (args.fhsize < 0 || args.fhsize > NFSX_V3FHMAX)

Completed in 40 milliseconds