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.c1470 struct bch_devs_mask new_online_devs; in bch2_dev_state_allowed() local
1502 new_online_devs = bch2_online_devs(c); in bch2_dev_state_allowed()
1503 __clear_bit(ca->dev_idx, new_online_devs.d); in bch2_dev_state_allowed()
1505 return bch2_have_enough_devs(c, new_online_devs, flags, false); in bch2_dev_state_allowed()