Searched refs:bch_read_bio (Results 1 – 9 of 9) sorted by relevance
| /fs/bcachefs/ |
| A D | io_read.h | 10 struct bch_read_bio { struct 24 struct bch_read_bio *parent; argument 80 #define to_rbio(_bio) container_of((_bio), struct bch_read_bio, bio) argument 137 int __bch2_read_extent(struct btree_trans *, struct bch_read_bio *, 143 struct bch_read_bio *rbio, struct bpos read_pos, in bch2_read_extent() 171 static inline struct bch_read_bio *rbio_init_fragment(struct bio *bio, in rbio_init_fragment() 172 struct bch_read_bio *orig) in rbio_init_fragment() 174 struct bch_read_bio *rbio = to_rbio(bio); in rbio_init_fragment() 189 static inline struct bch_read_bio *rbio_init(struct bio *bio, in rbio_init() 194 struct bch_read_bio *rbio = to_rbio(bio); in rbio_init() [all …]
|
| A D | io_read.c | 209 struct bch_read_bio *orig, in __promote_alloc() 299 struct bch_read_bio *orig, in promote_alloc() 332 struct bch_read_bio *promote = in promote_alloc() 419 static inline struct bch_read_bio *bch2_rbio_free(struct bch_read_bio *rbio) in bch2_rbio_free() 468 struct bch_read_bio *rbio, in get_rbio_extent() 536 struct bch_read_bio *rbio, in bch2_read_retry_nodecode() 583 struct bch_read_bio *rbio = in bch2_rbio_retry() 763 struct bch_read_bio *rbio = in bch2_read_decompress_err() 783 struct bch_read_bio *rbio = in bch2_read_decrypt_err() 804 struct bch_read_bio *rbio = in __bch2_read_endio() [all …]
|
| A D | ec.h | 173 struct bch_read_bio; 249 int bch2_ec_read_extent(struct btree_trans *, struct bch_read_bio *, struct bkey_s_c);
|
| A D | data_update.h | 48 struct bch_read_bio rbio;
|
| A D | move.h | 12 struct bch_read_bio;
|
| A D | fs-io-buffered.c | 155 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()
|
| A D | fs-io-direct.c | 26 struct bch_read_bio rbio; 164 struct bch_read_bio *rbio = in bch2_direct_IO_read()
|
| A D | move.c | 174 struct bch_read_bio *rbio = &io->write.rbio; in move_write()
|
| A D | ec.c | 826 int bch2_ec_read_extent(struct btree_trans *trans, struct bch_read_bio *rbio, in bch2_ec_read_extent()
|
Completed in 23 milliseconds