Home | History | Annotate | Download | only in common

Lines Matching defs:nfsgrouphash

171 static struct nfsrv_lughash	*nfsgrouphash;
2867 hp = NFSGROUPHASH(gid);
3015 hp2 = NFSGROUPHASH(usrp->lug_gid);
3234 mtx_lock(&nfsgrouphash[i].mtx);
3237 &nfsgrouphash[i].lughead, lug_numhash,
3241 mtx_unlock(&nfsgrouphash[i].mtx);
3262 nfsgrouphash = malloc(sizeof(struct nfsrv_lughash) *
3266 mtx_init(&nfsgrouphash[i].mtx, "nfsgidhash",
3281 TAILQ_INIT(&nfsgrouphash[i].lughead);
3383 hp_idnum = NFSGROUPHASH(nidp->nid_gid);
3399 thp = NFSGROUPHASH(usrp->lug_gid);
3405 hp_idnum = NFSGROUPHASH(nidp->nid_gid);
3427 thp = NFSGROUPHASH(newusrp->lug_gid);
3498 mtx_lock(&nfsgrouphash[i].mtx);
3502 &nfsgrouphash[i].lughead, lug_numhash,
3515 usrp = TAILQ_FIRST(&nfsgrouphash[i].lughead);
3537 mtx_unlock(&nfsgrouphash[i].mtx);
3562 hp = NFSGROUPHASH(usrp->lug_gid);
3602 hp = &nfsgrouphash[i];
3615 mtx_destroy(&nfsgrouphash[i].mtx);
3619 free(nfsgrouphash, M_NFSUSERGROUP);