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

  /src/sys/fs/nfs/common/
nfsrvstate.h 66 #define NFSGROUPNAMEHASH(p, l) \
67 (&nfsgroupnamehash[((l)>=4?(*(p)+*((p)+1)+*((p)+2)+*((p)+3)):*(p)) \
nfs_commonsubs.c 172 static struct nfsrv_lughash *nfsgroupnamehash; variable in typeref:struct:nfsrv_lughash *
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)
    [all...]

Completed in 18 milliseconds