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

  /src/sys/fs/nfs/common/
nfs_commonsubs.c 3191 struct nfsrv_lughash *hp_name, *hp_idnum, *thp; local in function:nfssvc_idname
3370 thp = NFSUSERHASH(usrp->lug_uid);
3371 mtx_lock(&thp->mtx);
3373 mtx_unlock(&thp->mtx);
3399 thp = NFSGROUPHASH(usrp->lug_gid);
3400 mtx_lock(&thp->mtx);
3402 mtx_unlock(&thp->mtx);
3418 thp = NFSUSERHASH(newusrp->lug_uid);
3419 mtx_assert(&thp->mtx, MA_OWNED);
3420 TAILQ_INSERT_TAIL(&thp->lughead, newusrp, lug_numhash)
    [all...]
nfs_commonsubs.c 3191 struct nfsrv_lughash *hp_name, *hp_idnum, *thp; local in function:nfssvc_idname
3370 thp = NFSUSERHASH(usrp->lug_uid);
3371 mtx_lock(&thp->mtx);
3373 mtx_unlock(&thp->mtx);
3399 thp = NFSGROUPHASH(usrp->lug_gid);
3400 mtx_lock(&thp->mtx);
3402 mtx_unlock(&thp->mtx);
3418 thp = NFSUSERHASH(newusrp->lug_uid);
3419 mtx_assert(&thp->mtx, MA_OWNED);
3420 TAILQ_INSERT_TAIL(&thp->lughead, newusrp, lug_numhash)
    [all...]

Completed in 205 milliseconds