Home
last modified time | relevance | path

Searched refs:i_unsafe_lock (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/fs/ceph/
Dmds_client.c906 spin_lock(&ci->i_unsafe_lock); in __register_request()
908 spin_unlock(&ci->i_unsafe_lock); in __register_request()
938 spin_lock(&ci->i_unsafe_lock); in __unregister_request()
940 spin_unlock(&ci->i_unsafe_lock); in __unregister_request()
945 spin_lock(&ci->i_unsafe_lock); in __unregister_request()
947 spin_unlock(&ci->i_unsafe_lock); in __unregister_request()
3217 spin_lock(&ci->i_unsafe_lock); in handle_reply()
3220 spin_unlock(&ci->i_unsafe_lock); in handle_reply()
Dsuper.h413 spinlock_t i_unsafe_lock; member
Dcaps.c2284 spin_lock(&ci->i_unsafe_lock); in unsafe_request_wait()
2297 spin_unlock(&ci->i_unsafe_lock); in unsafe_request_wait()
Dinode.c516 spin_lock_init(&ci->i_unsafe_lock); in ceph_alloc_inode()