Searched refs:ro_ref_wait (Results 1 – 2 of 2) sorted by relevance
817 wait_queue_head_t ro_ref_wait; member1184 wake_up(&c->ro_ref_wait); in bch2_ro_ref_put()
696 wait_event(c->ro_ref_wait, !refcount_read(&c->ro_ref)); in __bch2_fs_stop()862 init_waitqueue_head(&c->ro_ref_wait); in bch2_fs_alloc()1230 wake_up(&c->ro_ref_wait); in bch2_fs_start()2275 wait_event(c->ro_ref_wait, test_bit(BCH_FS_started, &c->flags)); in bdev_get_fs()
Completed in 16 milliseconds