Home
last modified time | relevance | path

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

/fs/bcachefs/
A Dsb-members.h22 static inline bool bch2_dev_is_online(struct bch_dev *ca) in bch2_dev_is_online() function
33 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()
A Dsuper.c1144 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()
A Dmovinggc.c82 !bch2_dev_is_online(ca)) in bch2_bucket_is_movable()
A Dextents.c254 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()
A Dbtree_gc.c869 !bch2_dev_is_online(ca)) { in bch2_alloc_write_key()

Completed in 20 milliseconds