Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dsb-members.h21 static inline bool bch2_dev_is_online(struct bch_dev *ca) in bch2_dev_is_online() function
28 return bch2_dev_is_online(ca) && in bch2_dev_is_readable()
Dsuper.c1392 if (bch2_dev_is_online(ca)) { in __bch2_dev_attach_bdev()
1531 if (!bch2_dev_is_online(ca) && in bch2_fs_may_start()
1904 if (!bch2_dev_is_online(ca)) { in bch2_dev_offline()
1944 if (bch2_dev_is_online(ca) && in bch2_dev_resize()
Dbtree_gc.c812 !bch2_dev_is_online(ca)) { in bch2_alloc_write_key()