Searched refs:cfs_req_lock (Results 1 – 2 of 2) sorted by relevance
2222 mutex_enter(&rp->cfs_req_lock); in cachefs_addqueue()2237 mutex_exit(&rp->cfs_req_lock); in cachefs_addqueue()2538 mutex_enter(&rp->cfs_req_lock); in cachefs_do_req()2565 mutex_exit(&rp->cfs_req_lock); in cachefs_do_req()2905 mutex_init(&rp->cfs_req_lock, NULL, MUTEX_DEFAULT, NULL); in cachefs_req_create()2915 mutex_destroy(&rp->cfs_req_lock); in cachefs_req_destroy()
1032 kmutex_t cfs_req_lock; /* Protects contents */ member