Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ceph/
Dsuper.h787 spinlock_t rw_contexts_lock; member
827 spin_lock(&cf->rw_contexts_lock); in ceph_add_rw_context()
829 spin_unlock(&cf->rw_contexts_lock); in ceph_add_rw_context()
835 spin_lock(&cf->rw_contexts_lock); in ceph_del_rw_context()
837 spin_unlock(&cf->rw_contexts_lock); in ceph_del_rw_context()
844 spin_lock(&cf->rw_contexts_lock); in ceph_find_rw_context()
851 spin_unlock(&cf->rw_contexts_lock); in ceph_find_rw_context()
Dfile.c239 spin_lock_init(&fi->rw_contexts_lock); in ceph_init_file_info()