Home
last modified time | relevance | path

Searched refs:NFSUSERHASHSIZE (Results 1 – 3 of 3) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/common/
H A Dnfsrvstate.h59 (&nfsuserhash[(id) % NFSUSERHASHSIZE])
62 % NFSUSERHASHSIZE])
H A Dnfs.h97 #ifndef NFSUSERHASHSIZE
98 #define NFSUSERHASHSIZE 30 /* Size of user id hash table */ macro
H A Dnfs_commonsubs.c158 static struct nfsuserhashhead nfsuserhash[NFSUSERHASHSIZE];
159 static struct nfsuserhashhead nfsusernamehash[NFSUSERHASHSIZE];
3081 for (i = 0; i < NFSUSERHASHSIZE; i++) in nfssvc_idname()
3085 for (i = 0; i < NFSUSERHASHSIZE; i++) in nfssvc_idname()