Searched refs:bch2_have_enough_devs (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | replicas.h | 46 bool bch2_have_enough_devs(struct bch_fs *, struct bch_devs_mask,
|
D | super-io.c | 1092 bch2_have_enough_devs(c, sb_written, degraded_flags, false); in bch2_write_super() 1098 bch2_have_enough_devs(c, sb_written, degraded_flags, false); in bch2_write_super()
|
D | super.c | 1504 return bch2_have_enough_devs(c, new_online_devs, flags, false); in bch2_dev_state_allowed() 1541 return bch2_have_enough_devs(c, bch2_online_devs(c), flags, true); in bch2_fs_may_start()
|
D | replicas.c | 808 bool bch2_have_enough_devs(struct bch_fs *c, struct bch_devs_mask devs, in bch2_have_enough_devs() function
|