Searched refs:bch2_dev_is_online (Results 1 – 5 of 5) sorted by relevance
22 static inline bool bch2_dev_is_online(struct bch_dev *ca) in bch2_dev_is_online() function33 return ca && bch2_dev_is_online(ca); in bch2_dev_idx_is_online()38 return bch2_dev_is_online(ca) && in bch2_dev_is_healthy()
1144 if (!bch2_dev_is_online(ca) && in bch2_fs_may_start()1574 if (bch2_dev_is_online(ca)) { in __bch2_dev_attach_bdev()2118 if (!bch2_dev_is_online(ca)) { in bch2_dev_offline()2170 if (bch2_dev_is_online(ca) && in bch2_dev_resize()
82 !bch2_dev_is_online(ca)) in bch2_bucket_is_movable()
254 have_missing_devs |= ca && !bch2_dev_is_online(ca); in bch2_bkey_pick_read_device()256 if (!ca || !bch2_dev_is_online(ca)) { in bch2_bkey_pick_read_device()
869 !bch2_dev_is_online(ca)) { in bch2_alloc_write_key()
Completed in 20 milliseconds