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

  /src/sys/fs/nfs/common/
nfs_commonsubs.c 170 static struct nfsrv_lughash *nfsusernamehash; variable in typeref:struct:nfsrv_lughash *
2794 hp = NFSUSERNAMEHASH(str, len);
3220 mtx_lock(&nfsusernamehash[i].mtx);
3230 mtx_unlock(&nfsusernamehash[i].mtx);
3255 nfsusernamehash = malloc(sizeof(struct nfsrv_lughash) *
3259 mtx_init(&nfsusernamehash[i].mtx,
3279 TAILQ_INIT(&nfsusernamehash[i].lughead);
3352 mtx_lock(&nfsusernamehash[i].mtx);
3362 hp_name = NFSUSERNAMEHASH(newusrp->lug_name,
3421 thp = NFSUSERNAMEHASH(newusrp->lug_name, newusrp->lug_namelen)
    [all...]
nfs_commonsubs.c 170 static struct nfsrv_lughash *nfsusernamehash; variable in typeref:struct:nfsrv_lughash *
2794 hp = NFSUSERNAMEHASH(str, len);
3220 mtx_lock(&nfsusernamehash[i].mtx);
3230 mtx_unlock(&nfsusernamehash[i].mtx);
3255 nfsusernamehash = malloc(sizeof(struct nfsrv_lughash) *
3259 mtx_init(&nfsusernamehash[i].mtx,
3279 TAILQ_INIT(&nfsusernamehash[i].lughead);
3352 mtx_lock(&nfsusernamehash[i].mtx);
3362 hp_name = NFSUSERNAMEHASH(newusrp->lug_name,
3421 thp = NFSUSERNAMEHASH(newusrp->lug_name, newusrp->lug_namelen)
    [all...]

Completed in 25 milliseconds