Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dsuper.c1549 struct bch_devs_mask new_online_devs; in bch2_dev_state_allowed() local
1581 new_online_devs = bch2_online_devs(c); in bch2_dev_state_allowed()
1582 __clear_bit(ca->dev_idx, new_online_devs.d); in bch2_dev_state_allowed()
1584 return bch2_have_enough_devs(c, new_online_devs, flags, false); in bch2_dev_state_allowed()