Searched refs:NFS_SMALLFH (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dnfs.h255 * File Handles of up to NFS_SMALLFH in size are stored directly in the
257 * NFS_SMALLFH is set to 64.)
258 * NFS_SMALLFH should be in the range of 32 to 64 and be divisible by 4.
260 #ifndef NFS_SMALLFH
261 #define NFS_SMALLFH 64 macro
265 u_char fh_bytes[NFS_SMALLFH];
/macosx-10.9.5/NFS-81/rpc.lockd/
H A Dkern.c733 if (!lock->fh.n_len || (lock->fh.n_len > NFS_SMALLFH)) {
761 if (!lock->fh.n_len || (lock->fh.n_len > NFS_SMALLFH)) {
825 if (!lock->fh.n_len || (lock->fh.n_len > NFS_SMALLFH)) {
887 u_int8_t *p, *t, buf[NFS_SMALLFH*3+1];
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfsproto.h338 * File Handles of up to NFS_SMALLFH in size are stored directly in the
340 * NFS_SMALLFH is set to the largest size.)
341 * NFS_SMALLFH should be in the range of 32 to 64 and be divisible by 4.
343 #ifndef NFS_SMALLFH
344 #define NFS_SMALLFH 64 macro
H A Dnfs_node.c419 if (fhsize > NFS_SMALLFH) {
474 if (np->n_fhsize > NFS_SMALLFH)
557 if (np->n_fhsize > NFS_SMALLFH)
1024 if (np->n_fhsize > NFS_SMALLFH)
H A Dnfsnode.h603 u_char n_fh[NFS_SMALLFH];/* Small File Handle */
H A Dnfs_vnops.c5939 u_char *oldbuf = (np->n_fhsize > NFS_SMALLFH) ? np->n_fhp : NULL;
5940 if (fh.fh_len > NFS_SMALLFH) {

Completed in 114 milliseconds