Home
last modified time | relevance | path

Searched refs:ro_ref_wait (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dbcachefs.h747 wait_queue_head_t ro_ref_wait; member
1170 wake_up(&c->ro_ref_wait); in bch2_ro_ref_put()
H A Dsuper.c641 wait_event(c->ro_ref_wait, !refcount_read(&c->ro_ref)); in __bch2_fs_stop()
776 init_waitqueue_head(&c->ro_ref_wait); in bch2_fs_alloc()
1113 wake_up(&c->ro_ref_wait); in bch2_fs_start()
2064 wait_event(c->ro_ref_wait, test_bit(BCH_FS_started, &c->flags)); in bdev_get_fs()