NFS_MUIDHASHSIZ   309 nfs/nfs.h      #ifndef NFS_MUIDHASHSIZ
NFS_MUIDHASHSIZ   310 nfs/nfs.h      #define NFS_MUIDHASHSIZ	67	/* Tune the size of nfsmount with this */
NFS_MUIDHASHSIZ   313 nfs/nfs.h      	(&(nmp)->nm_uidhashtbl[(uid) % NFS_MUIDHASHSIZ])
NFS_MUIDHASHSIZ    80 nfs/nfsmount.h 	LIST_HEAD(, nfsuid) nm_uidhashtbl[NFS_MUIDHASHSIZ];