Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dsuper.h682 spinlock_t rw_contexts_lock; member
720 spin_lock(&cf->rw_contexts_lock); in ceph_add_rw_context()
722 spin_unlock(&cf->rw_contexts_lock); in ceph_add_rw_context()
728 spin_lock(&cf->rw_contexts_lock); in ceph_del_rw_context()
730 spin_unlock(&cf->rw_contexts_lock); in ceph_del_rw_context()
737 spin_lock(&cf->rw_contexts_lock); in ceph_find_rw_context()
744 spin_unlock(&cf->rw_contexts_lock); in ceph_find_rw_context()
Dfile.c231 spin_lock_init(&fi->rw_contexts_lock); in ceph_init_file_info()