Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dextents.c48 struct bch_dev_io_failures *bch2_dev_io_failures(struct bch_io_failures *f, in bch2_dev_io_failures() function
64 struct bch_dev_io_failures *f = bch2_dev_io_failures(failed, p->ptr.dev); in bch2_mark_io_failure()
171 unlikely(failed) ? bch2_dev_io_failures(failed, p.ptr.dev) : NULL; in bch2_bkey_pick_read_device()
H A Dextents.h395 struct bch_dev_io_failures *bch2_dev_io_failures(struct bch_io_failures *,
H A Dio_read.c229 if (bch2_dev_io_failures(failed, ptr->dev) && in __promote_alloc()