Home
last modified time | relevance | path

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

/NextBSD/sys/fs/nfs/
HDnfsclstate.h223 struct nfscllockownerhead nfslfh_lock; member
/NextBSD/sys/fs/nfsclient/
HDnfs_clstate.c1762 LIST_FOREACH(nlp, &lfhp->nfslfh_lock, nfsl_list) in nfscl_emptylockowner()
1780 LIST_INIT(&mylfhp->nfslfh_lock); in nfscl_emptylockowner()
1784 LIST_INSERT_HEAD(&mylfhp->nfslfh_lock, lp, nfsl_list); in nfscl_emptylockowner()
2734 LIST_FOREACH_SAFE(lp, &lfhp->nfslfh_lock, nfsl_list, in nfscl_renewthread()