Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_subr.c2222 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()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h1032 kmutex_t cfs_req_lock; /* Protects contents */ member