Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dsuper.h837 spinlock_t rw_contexts_lock; member
877 spin_lock(&cf->rw_contexts_lock); in ceph_add_rw_context()
879 spin_unlock(&cf->rw_contexts_lock); in ceph_add_rw_context()
885 spin_lock(&cf->rw_contexts_lock); in ceph_del_rw_context()
887 spin_unlock(&cf->rw_contexts_lock); in ceph_del_rw_context()
894 spin_lock(&cf->rw_contexts_lock); in ceph_find_rw_context()
901 spin_unlock(&cf->rw_contexts_lock); in ceph_find_rw_context()
H A Dfile.c238 spin_lock_init(&fi->rw_contexts_lock); in ceph_init_file_info()