Searched refs:n_excl (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/sys/fs/nfsclient/ |
| HD | nfs_clnode.c | 144 lockinit(&np->n_excl, PVFS, "nfsupg", VLKTIMEOUT, LK_NOSHARE | in ncl_nget() 173 lockdestroy(&np->n_excl); in ncl_nget() 339 lockdestroy(&np->n_excl); in ncl_reclaim()
|
| HD | nfs_clsubs.c | 152 lockmgr(&np->n_excl, LK_EXCLUSIVE, NULL); in ncl_excl_start() 164 lockmgr(&np->n_excl, LK_RELEASE, NULL); in ncl_excl_finish()
|
| HD | nfsnode.h | 95 struct lock n_excl; /* Exclusive helper for shared member
|
| HD | nfs_clport.c | 233 lockinit(&np->n_excl, PVFS, "nfsupg", VLKTIMEOUT, LK_NOSHARE | in nfscl_nget() 276 lockdestroy(&np->n_excl); in nfscl_nget()
|