Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfs/
H A Dnfsport.h842 #define NFSLOCKDS(d) mtx_lock(&((d)->nfsclds_mtx))
843 #define NFSUNLOCKDS(d) mtx_unlock(&((d)->nfsclds_mtx))
H A Dnfsclstate.h87 struct mtx nfsclds_mtx; member
/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c1078 mtx_init(&dsp->nfsclds_mtx, "nfsds", NULL, MTX_DEF); in nfsrpc_setclient()
1187 mtx_init(&dsp->nfsclds_mtx, "nfsds", NULL, MTX_DEF); in nfsrpc_setclient()
5393 mtx_init(&dsp->nfsclds_mtx, "nfsds", NULL, MTX_DEF); in nfsrpc_exchangeid()
6270 mtx_init(&dsp->nfsclds_mtx, "nfsds", NULL, MTX_DEF); in nfsrpc_fillsa()
7350 NFSFREEMUTEX(&dsp->nfsclds_mtx); in nfscl_freenfsclds()