HomeSort by: relevance | last modified time | path
    Searched defs:nfsgrouphash (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/nfs/common/
nfs_commonsubs.c 171 static struct nfsrv_lughash *nfsgrouphash; variable in typeref:struct:nfsrv_lughash *
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)
    [all...]

Completed in 13 milliseconds