Lines Matching refs:ms_mtx
171 fuse_lck_mtx_lock(fdata->ms_mtx); in fdata_dtor()
175 fuse_lck_mtx_unlock(fdata->ms_mtx); in fdata_dtor()
225 mtx_assert(&data->ms_mtx, MA_OWNED); in fuse_device_filt_read()
284 fuse_lck_mtx_lock(data->ms_mtx); in fuse_device_poll()
289 fuse_lck_mtx_unlock(data->ms_mtx); in fuse_device_poll()
317 fuse_lck_mtx_lock(data->ms_mtx); in fuse_device_read()
323 fuse_lck_mtx_unlock(data->ms_mtx); in fuse_device_read()
330 fuse_lck_mtx_unlock(data->ms_mtx); in fuse_device_read()
333 err = msleep(data, &data->ms_mtx, PCATCH, "fu_msg", 0); in fuse_device_read()
335 fuse_lck_mtx_unlock(data->ms_mtx); in fuse_device_read()
354 fuse_lck_mtx_unlock(data->ms_mtx); in fuse_device_read()