Searched defs:rbio (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/fs/btrfs/ |
D | raid56.c | 62 const struct btrfs_raid_bio *rbio) in btrfs_dump_rbio() 75 #define ASSERT_RBIO(expr, rbio) \ argument 86 #define ASSERT_RBIO_STRIPE(expr, rbio, stripe_nr) \ argument 98 #define ASSERT_RBIO_SECTOR(expr, rbio, sector_nr) \ argument 110 #define ASSERT_RBIO_LOGICAL(expr, rbio, logical) \ argument 155 static void free_raid_bio_pointers(struct btrfs_raid_bio *rbio) in free_raid_bio_pointers() 164 static void free_raid_bio(struct btrfs_raid_bio *rbio) in free_raid_bio() 187 static void start_async_work(struct btrfs_raid_bio *rbio, work_func_t work_func) in start_async_work() 245 static void cache_rbio_pages(struct btrfs_raid_bio *rbio) in cache_rbio_pages() 281 static int rbio_bucket(struct btrfs_raid_bio *rbio) in rbio_bucket() [all …]
|
D | scrub.c | 1942 struct btrfs_raid_bio *rbio; in scrub_raid56_parity_stripe() local
|
/linux-6.12.1/fs/bcachefs/ |
D | io_read.c | 146 static void promote_start(struct promote_op *op, struct bch_read_bio *rbio) in promote_start() 170 struct bch_read_bio **rbio, in __promote_alloc() 278 struct bch_read_bio **rbio, in promote_alloc() 335 bch2_rbio_parent(struct bch_read_bio *rbio) in bch2_rbio_parent() 341 static void bch2_rbio_punt(struct bch_read_bio *rbio, work_func_t fn, in bch2_rbio_punt() 354 static inline struct bch_read_bio *bch2_rbio_free(struct bch_read_bio *rbio) in bch2_rbio_free() 383 static void bch2_rbio_done(struct bch_read_bio *rbio) in bch2_rbio_done() 391 static void bch2_read_retry_nodecode(struct bch_fs *c, struct bch_read_bio *rbio, in bch2_read_retry_nodecode() 450 struct bch_read_bio *rbio = in bch2_rbio_retry() local 483 static void bch2_rbio_error(struct bch_read_bio *rbio, int retry, in bch2_rbio_error() [all …]
|
D | io_read.h | 116 struct bch_read_bio *rbio, struct bpos read_pos, in bch2_read_extent() 127 static inline void bch2_read(struct bch_fs *c, struct bch_read_bio *rbio, in bch2_read() 147 struct bch_read_bio *rbio = to_rbio(bio); in rbio_init() local
|
D | fs-io-buffered.c | 145 struct bch_read_bio *rbio, in bchfs_read() 266 struct bch_read_bio *rbio = in bch2_readahead() local 297 struct bch_read_bio *rbio; in bch2_read_single_folio() local
|
D | fs-io-direct.c | 25 struct bch_read_bio rbio; member
|
D | move.c | 75 struct bch_read_bio rbio; member
|
D | ec.c | 841 int bch2_ec_read_extent(struct btree_trans *trans, struct bch_read_bio *rbio, in bch2_ec_read_extent()
|
/linux-6.12.1/drivers/md/ |
D | raid1-10.c | 38 static void rbio_pool_free(void *rbio, void *data) in rbio_pool_free()
|
D | raid10.c | 180 struct bio *rbio = r10_bio->devs[j].repl_bio; in r10buf_pool_alloc() local 1747 struct bio *mbio, *rbio = NULL; in raid10_handle_discard() local
|