Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ceph/
Dcaps.c1250 wake_up_all(&ci->i_cap_wq); in __send_cap()
1924 ret = wait_event_interruptible(ci->i_cap_wq, in ceph_fsync()
1951 err = wait_event_interruptible(ci->i_cap_wq, in ceph_write_inode()
2241 ret = wait_event_interruptible(ci->i_cap_wq, in ceph_get_caps()
2354 wake_up_all(&ci->i_cap_wq); in ceph_put_cap_refs()
2432 wake_up_all(&ci->i_cap_wq); in ceph_put_wrbuffer_cap_refs()
2712 wake_up_all(&ci->i_cap_wq); in handle_cap_grant()
2784 wake_up_all(&ci->i_cap_wq); in handle_cap_flush_ack()
Dinode.c422 init_waitqueue_head(&ci->i_cap_wq); in ceph_alloc_inode()
897 wake_up_all(&ci->i_cap_wq); in fill_inode()
1688 wake_up_all(&ci->i_cap_wq); in __ceph_do_pending_vmtruncate()
Dsuper.h291 wait_queue_head_t i_cap_wq; /* threads waiting on a capability */ member
Dfile.c331 wake_up_all(&ci->i_cap_wq); in ceph_release()
Daddr.c1071 r = wait_event_interruptible(ci->i_cap_wq, in ceph_update_writeable_page()
Dmds_client.c1212 wake_up_all(&ci->i_cap_wq); in wake_up_session_cb()