Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dsuper.c1657 struct bch_devs_mask new_online_devs; in bch2_dev_state_allowed() local
1689 new_online_devs = c->online_devs; in bch2_dev_state_allowed()
1690 __clear_bit(ca->dev_idx, new_online_devs.d); in bch2_dev_state_allowed()
1692 return bch2_have_enough_devs(c, new_online_devs, flags, false); in bch2_dev_state_allowed()