Home
last modified time | relevance | path

Searched refs:bch2_have_enough_devs (Results 1 – 4 of 4) sorted by relevance

/linux/fs/bcachefs/
H A Dreplicas.h46 bool bch2_have_enough_devs(struct bch_fs *, struct bch_devs_mask,
H A Dsuper-io.c1147 bch2_have_enough_devs(c, sb_written, degraded_flags, false); in bch2_write_super()
1153 bch2_have_enough_devs(c, sb_written, degraded_flags, false); in bch2_write_super()
H A Dsuper.c1505 return bch2_have_enough_devs(c, new_online_devs, flags, false); in bch2_dev_state_allowed()
1542 return bch2_have_enough_devs(c, bch2_online_devs(c), flags, true); in bch2_fs_may_start()
H A Dreplicas.c808 bool bch2_have_enough_devs(struct bch_fs *c, struct bch_devs_mask devs, in bch2_have_enough_devs() function