Home
last modified time | relevance | path

Searched refs:i_cap_wq (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/fs/ceph/
Dcaps.c1210 wake_up_all(&ci->i_cap_wq); in __send_cap()
2046 ret = wait_event_interruptible(ci->i_cap_wq, in ceph_fsync()
2073 err = wait_event_interruptible(ci->i_cap_wq, in ceph_write_inode()
2489 ret = wait_event_interruptible(ci->i_cap_wq, in ceph_get_caps()
2636 wake_up_all(&ci->i_cap_wq); in ceph_put_cap_refs()
2706 wake_up_all(&ci->i_cap_wq); in ceph_put_wrbuffer_cap_refs()
2987 wake_up_all(&ci->i_cap_wq); in handle_cap_grant()
3083 wake_up_all(&ci->i_cap_wq); in handle_cap_flush_ack()
Dinode.c421 init_waitqueue_head(&ci->i_cap_wq); in ceph_alloc_inode()
902 wake_up_all(&ci->i_cap_wq); in fill_inode()
1751 wake_up_all(&ci->i_cap_wq); in __ceph_do_pending_vmtruncate()
Dsuper.h313 wait_queue_head_t i_cap_wq; /* threads waiting on a capability */ member
Dfile.c395 wake_up_all(&ci->i_cap_wq); in ceph_release()
Daddr.c1081 r = wait_event_interruptible(ci->i_cap_wq, in ceph_update_writeable_page()
Dmds_client.c1267 wake_up_all(&ci->i_cap_wq); in wake_up_session_cb()