Searched defs:bbio (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | raid56.c | 71 struct btrfs_bio *bbio; member 949 struct btrfs_bio *bbio, u64 stripe_len) in alloc_rbio() 1167 struct btrfs_bio *bbio = rbio->bbio; in finish_rmw() local 1740 struct btrfs_bio *bbio, u64 stripe_len) in raid56_parity_write() 2116 struct btrfs_bio *bbio, u64 stripe_len, in raid56_parity_recover() 2202 struct btrfs_bio *bbio, u64 stripe_len, in raid56_parity_alloc_scrub_rbio() 2303 struct btrfs_bio *bbio = rbio->bbio; in finish_parity_scrub() local
|
D | volumes.c | 4879 static void sort_parity_stripes(struct btrfs_bio *bbio, int num_stripes) in sort_parity_stripes() 4906 struct btrfs_bio *bbio = kzalloc( in alloc_btrfs_bio() local 4928 void btrfs_get_bbio(struct btrfs_bio *bbio) in btrfs_get_bbio() 4934 void btrfs_put_bbio(struct btrfs_bio *bbio) in btrfs_put_bbio() 4964 struct btrfs_bio *bbio = NULL; in __btrfs_map_block() local 5588 static inline void btrfs_end_bbio(struct btrfs_bio *bbio, struct bio *bio, int err) in btrfs_end_bbio() 5599 struct btrfs_bio *bbio = bio->bi_private; in btrfs_end_bio() local 5748 static void submit_stripe_bio(struct btrfs_root *root, struct btrfs_bio *bbio, in submit_stripe_bio() 5781 static int breakup_stripe_bio(struct btrfs_root *root, struct btrfs_bio *bbio, in breakup_stripe_bio() 5813 static void bbio_error(struct btrfs_bio *bbio, struct bio *bio, u64 logical) in bbio_error() [all …]
|
D | reada.c | 250 struct btrfs_bio *bbio) in reada_find_zone() 326 struct btrfs_bio *bbio = NULL; in reada_find_extent() local
|
D | scrub.c | 68 struct btrfs_bio *bbio; member 1277 static inline int scrub_nr_raid_mirrors(struct btrfs_bio *bbio) in scrub_nr_raid_mirrors() 1325 struct btrfs_bio *bbio; in scrub_setup_recheck_block() local 2685 struct btrfs_bio *bbio = NULL; in scrub_parity_check_and_repair() local 3846 struct btrfs_bio *bbio = NULL; in scrub_remap_extent() local
|
D | extent_io.c | 2034 struct btrfs_bio *bbio = NULL; in repair_io_failure() local
|
D | extent-tree.c | 1898 struct btrfs_bio *bbio = NULL; in btrfs_discard_extent() local
|
/linux-4.1.27/drivers/md/bcache/ |
D | bcache.h | 684 struct bbio { struct 685 unsigned submit_time_us; 686 union { 694 struct bio bio;
|
/linux-4.1.27/block/ |
D | blk-merge.c | 19 struct bio *fbio, *bbio; in __blk_recalc_rq_segments() local
|