Searched refs:bch2_have_enough_devs (Results 1 – 4 of 4) sorted by relevance
/linux/fs/bcachefs/ |
H A D | replicas.h | 46 bool bch2_have_enough_devs(struct bch_fs *, struct bch_devs_mask,
|
H A D | super-io.c | 1147 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 D | super.c | 1505 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 D | replicas.c | 808 bool bch2_have_enough_devs(struct bch_fs *c, struct bch_devs_mask devs, in bch2_have_enough_devs() function
|