Home
last modified time | relevance | path

Searched refs:nfsgrouphash (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/fs/nfs/common/
Dnfs_commonsubs.c171 static struct nfsrv_lughash *nfsgrouphash; variable
3234 mtx_lock(&nfsgrouphash[i].mtx); in nfssvc_idname()
3237 &nfsgrouphash[i].lughead, lug_numhash, in nfssvc_idname()
3241 mtx_unlock(&nfsgrouphash[i].mtx); in nfssvc_idname()
3262 nfsgrouphash = malloc(sizeof(struct nfsrv_lughash) * in nfssvc_idname()
3266 mtx_init(&nfsgrouphash[i].mtx, "nfsgidhash", in nfssvc_idname()
3281 TAILQ_INIT(&nfsgrouphash[i].lughead); in nfssvc_idname()
3498 mtx_lock(&nfsgrouphash[i].mtx); in nfssvc_idname()
3502 &nfsgrouphash[i].lughead, lug_numhash, in nfssvc_idname()
3515 usrp = TAILQ_FIRST(&nfsgrouphash[i].lughead); in nfssvc_idname()
[all …]
Dnfsrvstate.h65 (&nfsgrouphash[(id) % nfsrv_lughashsize])