Searched refs:r_mtx (Results 1 – 1 of 1) sorted by relevance
633 #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