Home
last modified time | relevance | path

Searched refs:bch_io_failures (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dio_read.h133 struct bch_io_failures *, unsigned, int);
147 subvol_inum, struct bch_io_failures *, unsigned flags);
H A Dextents_types.h31 struct bch_io_failures { struct
H A Dio_read.c102 static inline bool have_io_error(struct bch_io_failures *failed) in have_io_error()
138 struct bch_io_failures *failed) in should_promote()
211 struct bch_io_failures *failed) in __promote_alloc()
297 struct bch_io_failures *failed) in promote_alloc()
436 struct bch_io_failures *failed, in bch2_read_retry_nodecode()
489 struct bch_io_failures failed = { .nr = 0 }; in bch2_rbio_retry()
943 struct bch_io_failures *failed, unsigned flags, int dev) in __bch2_read_extent()
1268 struct bch_io_failures *failed, unsigned flags) in __bch2_read()
H A Dextents.h395 struct bch_dev_io_failures *bch2_dev_io_failures(struct bch_io_failures *,
397 void bch2_mark_io_failure(struct bch_io_failures *,
400 struct bch_io_failures *,
H A Dextents.c48 struct bch_dev_io_failures *bch2_dev_io_failures(struct bch_io_failures *f, in bch2_dev_io_failures()
60 void bch2_mark_io_failure(struct bch_io_failures *failed, in bch2_mark_io_failure()
129 struct bch_io_failures *failed, in bch2_bkey_pick_read_device()
H A Dbtree_io.c1322 struct bch_io_failures failed = { .nr = 0 }; in btree_node_read_work()