HomeSort by: relevance | last modified time | path
    Searched refs:NFS_SMALLFH (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/nfs/
nfsproto.h 244 * File Handles of up to NFS_SMALLFH in size are stored directly in the
246 * NFS_SMALLFH is set to 64.)
247 * NFS_SMALLFH should be in the range of 32 to 64 and be divisible by 4.
249 #ifndef NFS_SMALLFH
250 #define NFS_SMALLFH 64
256 u_char fh_bytes[NFS_SMALLFH];
nfs_node.c 123 if (fhsize > NFS_SMALLFH) {
240 if (np->n_fhsize > NFS_SMALLFH)
nfs_vnops.c 2933 if (np->n_fhsize > NFS_SMALLFH && fhlen <= NFS_SMALLFH) {
2937 #if NFS_SMALLFH < NFSX_V3FHMAX
2938 else if (np->n_fhsize <= NFS_SMALLFH && fhlen > NFS_SMALLFH)
  /src/sys/fs/nfs/common/
oldnfsproto.h 371 * File Handles of up to NFS_SMALLFH in size are stored directly in the
373 * NFS_SMALLFH is set to 64.)
374 * NFS_SMALLFH should be in the range of 32 to 64 and be divisible by 4.
376 #ifndef NFS_SMALLFH
377 #define NFS_SMALLFH 128
381 u_char fh_bytes[NFS_SMALLFH];

Completed in 15 milliseconds