Searched refs:nfsclds_mtx (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/fs/nfs/ |
H A D | nfsport.h | 842 #define NFSLOCKDS(d) mtx_lock(&((d)->nfsclds_mtx)) 843 #define NFSUNLOCKDS(d) mtx_unlock(&((d)->nfsclds_mtx))
|
H A D | nfsclstate.h | 87 struct mtx nfsclds_mtx; member
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 1078 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()
|