Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ceph/
Dsuper.h712 spinlock_t rw_contexts_lock; member
754 spin_lock(&cf->rw_contexts_lock); in ceph_add_rw_context()
756 spin_unlock(&cf->rw_contexts_lock); in ceph_add_rw_context()
762 spin_lock(&cf->rw_contexts_lock); in ceph_del_rw_context()
764 spin_unlock(&cf->rw_contexts_lock); in ceph_del_rw_context()
771 spin_lock(&cf->rw_contexts_lock); in ceph_find_rw_context()
778 spin_unlock(&cf->rw_contexts_lock); in ceph_find_rw_context()
Dfile.c235 spin_lock_init(&fi->rw_contexts_lock); in ceph_init_file_info()