Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/fs/nfs/
Dnfsport.h633 #define NFSLOCKREQUEST(r) mtx_lock(&((r)->r_mtx))
634 #define NFSUNLOCKREQUEST(r) mtx_unlock(&((r)->r_mtx))
973 struct mtx r_mtx; /* Mutex lock for this structure */ member