Home
last modified time | relevance | path

Searched refs:bch_read_bio (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dio_read.h9 struct bch_read_bio { struct
23 struct bch_read_bio *parent; argument
75 #define to_rbio(_bio) container_of((_bio), struct bch_read_bio, bio) argument
130 int __bch2_read_extent(struct btree_trans *, struct bch_read_bio *,
136 struct bch_read_bio *rbio, struct bpos read_pos, in bch2_read_extent()
149 static inline void bch2_read(struct bch_fs *c, struct bch_read_bio *rbio, in bch2_read()
163 static inline struct bch_read_bio *rbio_init_fragment(struct bio *bio, in rbio_init_fragment()
164 struct bch_read_bio *orig) in rbio_init_fragment()
166 struct bch_read_bio *rbio = to_rbio(bio); in rbio_init_fragment()
178 static inline struct bch_read_bio *rbio_init(struct bio *bio, in rbio_init()
[all …]
H A Dio_read.c294 struct bch_read_bio *orig, in promote_alloc()
320 struct bch_read_bio *promote = in promote_alloc()
391 static inline struct bch_read_bio *bch2_rbio_free(struct bch_read_bio *rbio) in bch2_rbio_free()
434 struct bch_read_bio *rbio, in bch2_read_retry_nodecode()
480 struct bch_read_bio *rbio = in bch2_rbio_retry()
573 struct bch_read_bio *rbio = in bch2_read_io_err()
657 struct bch_read_bio *rbio = in bch2_read_csum_err()
682 struct bch_read_bio *rbio = in bch2_read_decompress_err()
702 struct bch_read_bio *rbio = in bch2_read_decrypt_err()
723 struct bch_read_bio *rbio = in __bch2_read_endio()
[all …]
H A Ddata_update.h48 struct bch_read_bio rbio;
H A Dec.h173 struct bch_read_bio;
249 int bch2_ec_read_extent(struct btree_trans *, struct bch_read_bio *, struct bkey_s_c);
H A Dmove.h12 struct bch_read_bio;
H A Dfs-io-buffered.c155 struct bch_read_bio *rbio, in bchfs_read()
304 struct bch_read_bio *rbio = in bch2_readahead()
336 struct bch_read_bio *rbio; in bch2_read_single_folio()
H A Dfs-io-direct.c25 struct bch_read_bio rbio;
163 struct bch_read_bio *rbio = in bch2_direct_IO_read()
H A Dec.c818 int bch2_ec_read_extent(struct btree_trans *trans, struct bch_read_bio *rbio, in bch2_ec_read_extent()