Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dbcachefs.h741 refcount_t ro_ref; member
1159 return refcount_inc_not_zero(&c->ro_ref); in bch2_ro_ref_tryget()
1164 if (refcount_dec_and_test(&c->ro_ref)) in bch2_ro_ref_put()
Dsuper.c634 wait_event(c->ro_ref_wait, !refcount_read(&c->ro_ref)); in __bch2_fs_stop()
767 refcount_set(&c->ro_ref, 1); in bch2_fs_alloc()