HomeSort by: relevance | last modified time | path
    Searched defs:NFS_SMALLFH (Results 1 - 2 of 2) 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];
  /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 13 milliseconds