Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dextents.c91 struct bch_dev_io_failures *bch2_dev_io_failures(struct bch_io_failures *f, in bch2_dev_io_failures() function
107 struct bch_dev_io_failures *f = bch2_dev_io_failures(failed, p->ptr.dev); in bch2_mark_io_failure()
128 struct bch_dev_io_failures *f = bch2_dev_io_failures(failed, dev); in bch2_mark_btree_validate_failure()
234 unlikely(failed) ? bch2_dev_io_failures(failed, p.ptr.dev) : NULL; in bch2_bkey_pick_read_device()
H A Dextents.h397 struct bch_dev_io_failures *bch2_dev_io_failures(struct bch_io_failures *,
H A Dio_read.c228 if (bch2_dev_io_failures(failed, ptr->dev) && in __promote_alloc()
H A Dbtree_io.c1462 if (!bch2_dev_io_failures(&failed, rb->pick.ptr.dev)) in btree_node_read_work()