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

  /src/sys/fs/nfs/common/
nfsrvstate.h 64 #define NFSGROUPHASH(id) \
65 (&nfsgrouphash[(id) % nfsrv_lughashsize])
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 14 milliseconds