OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 30 11:09:46 GMT 2025