Searched defs:bbio (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/btrfs/ |
D | raid56.c | 47 struct btrfs_bio *bbio; member 960 struct btrfs_bio *bbio, in alloc_rbio() 1180 struct btrfs_bio *bbio = rbio->bbio; in finish_rmw() local 1743 struct btrfs_bio *bbio, u64 stripe_len) in raid56_parity_write() 2142 struct btrfs_bio *bbio, u64 stripe_len, in raid56_parity_recover() 2248 struct btrfs_bio *bbio, u64 stripe_len, in raid56_parity_alloc_scrub_rbio() 2337 struct btrfs_bio *bbio = rbio->bbio; in finish_parity_scrub() local 2708 struct btrfs_bio *bbio, u64 length) in raid56_alloc_missing_rbio()
|
D | volumes.c | 5217 static void sort_parity_stripes(struct btrfs_bio *bbio, int num_stripes) in sort_parity_stripes() 5244 struct btrfs_bio *bbio = kzalloc( in alloc_btrfs_bio() local 5264 void btrfs_get_bbio(struct btrfs_bio *bbio) in btrfs_get_bbio() 5270 void btrfs_put_bbio(struct btrfs_bio *bbio) in btrfs_put_bbio() 5289 struct btrfs_bio *bbio; in __btrfs_map_block_for_discard() local 5448 struct btrfs_bio *bbio = NULL; in get_extra_mirror_from_replace() local 5512 struct btrfs_bio *bbio = *bbio_ret; in handle_ops_on_dev_replace() local 5624 struct btrfs_bio *bbio = NULL; in __btrfs_map_block() local 5992 static inline void btrfs_end_bbio(struct btrfs_bio *bbio, struct bio *bio) in btrfs_end_bbio() 6003 struct btrfs_bio *bbio = bio->bi_private; in btrfs_end_bio() local [all …]
|
D | reada.c | 224 struct btrfs_bio *bbio) in reada_find_zone() 305 struct btrfs_bio *bbio = NULL; in reada_find_extent() local
|
D | scrub.c | 56 struct btrfs_bio *bbio; member 1210 static inline int scrub_nr_raid_mirrors(struct btrfs_bio *bbio) in scrub_nr_raid_mirrors() 1261 struct btrfs_bio *bbio; in scrub_setup_recheck_block() local 2145 struct btrfs_bio *bbio = NULL; in scrub_missing_raid56_pages() local 2733 struct btrfs_bio *bbio = NULL; in scrub_parity_check_and_repair() local 2808 struct btrfs_bio *bbio = NULL; in scrub_raid56_parity() local 4007 struct btrfs_bio *bbio = NULL; in scrub_remap_extent() local
|
D | extent_io.c | 1971 struct btrfs_bio *bbio = NULL; in repair_io_failure() local
|
D | extent-tree.c | 1968 struct btrfs_bio *bbio = NULL; in btrfs_discard_extent() local
|
/Linux-v4.19/drivers/md/bcache/ |
D | bcache.h | 715 struct bbio { struct 716 unsigned int submit_time_us; 717 union { 725 struct bio bio;
|
/Linux-v4.19/block/ |
D | blk-merge.c | 238 struct bio *fbio, *bbio; in __blk_recalc_rq_segments() local
|