Home
last modified time | relevance | path

Searched refs:nfslfh_lock (Results 1 – 2 of 2) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/common/
H A Dnfsclstate.h224 struct nfscllockownerhead nfslfh_lock; member
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/client/
H A Dnfs_clstate.c1764 LIST_FOREACH(nlp, &lfhp->nfslfh_lock, nfsl_list) in nfscl_emptylockowner()
1782 LIST_INIT(&mylfhp->nfslfh_lock); in nfscl_emptylockowner()
1786 LIST_INSERT_HEAD(&mylfhp->nfslfh_lock, lp, nfsl_list); in nfscl_emptylockowner()
2736 LIST_FOREACH_SAFE(lp, &lfhp->nfslfh_lock, nfsl_list, in nfscl_renewthread()