Searched defs:rbio (Results 1 – 10 of 10) sorted by relevance
/linux-6.15/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 | 1955 struct btrfs_raid_bio *rbio; in scrub_raid56_parity_stripe() local
|
/linux-6.15/fs/bcachefs/ |
D | io_read.c | 107 static inline struct data_update *rbio_data_update(struct bch_read_bio *rbio) in rbio_data_update() 163 static noinline void promote_free(struct bch_read_bio *rbio) in promote_free() 194 static noinline void promote_start(struct bch_read_bio *rbio) in promote_start() 344 struct bch_read_bio *rbio, struct bpos read_pos) in bch2_read_err_msg_trans() 360 struct bch_read_bio *rbio, struct bpos read_pos) in bch2_read_err_msg() 372 bch2_rbio_parent(struct bch_read_bio *rbio) in bch2_rbio_parent() 378 static void bch2_rbio_punt(struct bch_read_bio *rbio, work_func_t fn, in bch2_rbio_punt() 391 static inline struct bch_read_bio *bch2_rbio_free(struct bch_read_bio *rbio) in bch2_rbio_free() 425 static void bch2_rbio_done(struct bch_read_bio *rbio) in bch2_rbio_done() 434 struct bch_read_bio *rbio, in bch2_read_retry_nodecode() [all …]
|
D | io_read.h | 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() 166 struct bch_read_bio *rbio = to_rbio(bio); in rbio_init_fragment() local 183 struct bch_read_bio *rbio = to_rbio(bio); in rbio_init() local
|
D | fs-io-buffered.c | 155 struct bch_read_bio *rbio, in bchfs_read() 304 struct bch_read_bio *rbio = in bch2_readahead() local 336 struct bch_read_bio *rbio; in bch2_read_single_folio() local
|
D | data_update.h | 48 struct bch_read_bio rbio; member
|
D | fs-io-direct.c | 25 struct bch_read_bio rbio; member 163 struct bch_read_bio *rbio = in bch2_direct_IO_read() local
|
D | ec.c | 818 int bch2_ec_read_extent(struct btree_trans *trans, struct bch_read_bio *rbio, in bch2_ec_read_extent()
|
/linux-6.15/drivers/md/ |
D | raid1-10.c | 38 static void rbio_pool_free(void *rbio, void *data) in rbio_pool_free()
|
D | raid10.c | 181 struct bio *rbio = r10_bio->devs[j].repl_bio; in r10buf_pool_alloc() local 1779 struct bio *mbio, *rbio = NULL; in raid10_handle_discard() local
|