Home
last modified time | relevance | path

Searched refs:NFSUNLOCKNODE (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/fs/nfs/client/
H A Dnfs_clport.c210 NFSUNLOCKNODE(np); in nfscl_nget()
584 NFSUNLOCKNODE(np); in nfscl_loadattrcache()
H A Dnfs_clrpcops.c327 NFSUNLOCKNODE(np); in nfsrpc_open()
1330 NFSUNLOCKNODE(np); in nfsrpc_readlink()
2894 NFSUNLOCKNODE(dnp); in nfsrpc_readdir()
2919 NFSUNLOCKNODE(dnp); in nfsrpc_readdir()
3315 NFSUNLOCKNODE(dnp); in nfsrpc_readdirplus()
3341 NFSUNLOCKNODE(dnp); in nfsrpc_readdirplus()
5506 NFSUNLOCKNODE(np); in nfscl_doiods()
H A Dnfs_clstate.c3819 NFSUNLOCKNODE(np); in nfscl_recalldeleg()
3826 NFSUNLOCKNODE(np); in nfscl_recalldeleg()
/netbsd-src/sys/fs/nfs/common/
H A Dnfsport.h698 #define NFSUNLOCKNODE(n) mutex_exit(&((n)->n_mtx)) macro