Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dsb-members.h21 static inline bool bch2_dev_is_online(struct bch_dev *ca) in bch2_dev_is_online() function
32 bool ret = ca && bch2_dev_is_online(ca); in bch2_dev_idx_is_online()
40 return bch2_dev_is_online(ca) && in bch2_dev_is_healthy()
H A Dmovinggc.c93 !bch2_dev_is_online(ca)) in bch2_bucket_is_movable()
H A Dsuper.c1041 if (!bch2_dev_is_online(ca) && in bch2_fs_may_start()
1464 if (bch2_dev_is_online(ca)) { in __bch2_dev_attach_bdev()
1956 if (!bch2_dev_is_online(ca)) { in bch2_dev_offline()
1996 if (bch2_dev_is_online(ca) && in bch2_dev_resize()
H A Dextents.c189 have_missing_devs |= ca && !bch2_dev_is_online(ca); in bch2_bkey_pick_read_device()
191 if (!ca || !bch2_dev_is_online(ca)) { in bch2_bkey_pick_read_device()
H A Dbtree_gc.c840 !bch2_dev_is_online(ca)) { in bch2_alloc_write_key()