Home
last modified time | relevance | path

Searched refs:cap_flushing_wq (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/fs/ceph/
Dmds_client.h287 wait_queue_head_t cap_flushing_wq; member
Dmds_client.c3048 init_waitqueue_head(&mdsc->cap_flushing_wq); in ceph_mdsc_init()
3169 wait_event(mdsc->cap_flushing_wq, check_cap_flush(mdsc, want_flush)); in ceph_mdsc_sync()
Dcaps.c2525 wake_up_all(&mdsc->cap_flushing_wq); in handle_cap_flush_ack()