Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dsuper.c1469 struct bch_devs_mask new_online_devs; in bch2_dev_state_allowed() local
1501 new_online_devs = bch2_online_devs(c); in bch2_dev_state_allowed()
1502 __clear_bit(ca->dev_idx, new_online_devs.d); in bch2_dev_state_allowed()
1504 return bch2_have_enough_devs(c, new_online_devs, flags, false); in bch2_dev_state_allowed()