Searched refs:n_excl (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clnode.c | 143 lockinit(&np->n_excl, PVFS, "nfsupg", VLKTIMEOUT, LK_NOSHARE | in ncl_nget() 174 lockdestroy(&np->n_excl); in ncl_nget() 362 lockdestroy(&np->n_excl); in ncl_reclaim()
|
H A D | nfs_clsubs.c | 146 lockmgr(&np->n_excl, LK_EXCLUSIVE, NULL); in ncl_excl_start() 158 lockmgr(&np->n_excl, LK_RELEASE, NULL); in ncl_excl_finish()
|
H A D | nfsnode.h | 95 struct lock n_excl; /* Exclusive helper for shared member
|
H A D | nfs_clport.c | 246 lockinit(&np->n_excl, PVFS, "nfsupg", VLKTIMEOUT, LK_NOSHARE | in nfscl_nget() 292 lockdestroy(&np->n_excl); in nfscl_nget()
|