Home
last modified time | relevance | path

Searched refs:NFSUNLOCKMNT (Results 1 – 3 of 3) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/client/
H A Dnfs_clrpcops.c845 NFSUNLOCKMNT(nmp); in nfsrpc_setclient()
870 NFSUNLOCKMNT(nmp); in nfsrpc_setclient()
1401 NFSUNLOCKMNT(nmp); in nfsrpc_readrpc()
1405 NFSUNLOCKMNT(nmp); in nfsrpc_readrpc()
1577 NFSUNLOCKMNT(nmp); in nfsrpc_writerpc()
1581 NFSUNLOCKMNT(nmp); in nfsrpc_writerpc()
3596 NFSUNLOCKMNT(nmp); in nfsrpc_commit()
5230 NFSUNLOCKMNT(nmp); in nfsrpc_fillsa()
5269 NFSUNLOCKMNT(nmp); in nfsrpc_fillsa()
5324 NFSUNLOCKMNT(nmp); in nfsrpc_fillsa()
[all …]
H A Dnfs_clstate.c2510 NFSUNLOCKMNT(clp->nfsc_nmp); in nfscl_renewthread()
2516 NFSUNLOCKMNT(clp->nfsc_nmp); in nfscl_renewthread()
5166 NFSUNLOCKMNT(nmp); in nfscl_dolayoutcommit()
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/common/
H A Dnfsport.h633 #define NFSUNLOCKMNT(m) mtx_unlock(&((m)->nm_mtx)) macro