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

/freebsd-10-stable/sys/nfsclient/
H A Dnfs_node.c155 if (fhsize > NFS_SMALLFH) {
164 if (np->n_fhsize > NFS_SMALLFH) {
269 if (np->n_fhsize > NFS_SMALLFH) {
H A Dnfs_vnops.c2832 if (np->n_fhsize > NFS_SMALLFH && fhlen <= NFS_SMALLFH) {
2835 } else if (np->n_fhsize <= NFS_SMALLFH && fhlen>NFS_SMALLFH)
/freebsd-10-stable/contrib/tcpdump/
H A Dnfs.h256 * File Handles of up to NFS_SMALLFH in size are stored directly in the
258 * NFS_SMALLFH is set to 64.)
259 * NFS_SMALLFH should be in the range of 32 to 64 and be divisible by 4.
261 #ifndef NFS_SMALLFH
262 #define NFS_SMALLFH 64 macro
266 u_char fh_bytes[NFS_SMALLFH];
/freebsd-10-stable/sys/nfs/
H A Dnfsproto.h369 * File Handles of up to NFS_SMALLFH in size are stored directly in the
371 * NFS_SMALLFH is set to 64.)
372 * NFS_SMALLFH should be in the range of 32 to 64 and be divisible by 4.
374 #ifndef NFS_SMALLFH
375 #define NFS_SMALLFH 128 macro
379 u_char fh_bytes[NFS_SMALLFH];
/freebsd-10-stable/usr.sbin/rpc.lockd/
H A Dkern.c579 u_int8_t *p, *t, buf[NFS_SMALLFH*3+1];

Completed in 186 milliseconds