Home | History | Annotate | Download | only in common

Lines Matching refs:nfsgroupnamehash

172 static struct nfsrv_lughash	*nfsgroupnamehash;
3008 hp = NFSGROUPNAMEHASH(str, len);
3232 mtx_lock(&nfsgroupnamehash[i].mtx);
3243 mtx_unlock(&nfsgroupnamehash[i].mtx);
3268 nfsgroupnamehash = malloc(sizeof(struct nfsrv_lughash) *
3272 mtx_init(&nfsgroupnamehash[i].mtx,
3283 TAILQ_INIT(&nfsgroupnamehash[i].lughead);
3381 mtx_lock(&nfsgroupnamehash[i].mtx);
3391 hp_name = NFSGROUPNAMEHASH(newusrp->lug_name,
3430 thp = NFSGROUPNAMEHASH(newusrp->lug_name, newusrp->lug_namelen);
3492 mtx_lock(&nfsgroupnamehash[i].mtx);
3540 mtx_unlock(&nfsgroupnamehash[i].mtx);
3565 hp = NFSGROUPNAMEHASH(usrp->lug_name, usrp->lug_namelen);
3605 hp2 = NFSGROUPNAMEHASH(usrp->lug_name,
3614 mtx_destroy(&nfsgroupnamehash[i].mtx);
3620 free(nfsgroupnamehash, M_NFSUSERGROUP);