Lines Matching refs:btrfs_bio
137 struct btrfs_bio **bbio_ret,
5252 static void sort_parity_stripes(struct btrfs_bio *bbio, int num_stripes) in sort_parity_stripes()
5277 static struct btrfs_bio *alloc_btrfs_bio(int total_stripes, int real_stripes) in alloc_btrfs_bio()
5279 struct btrfs_bio *bbio = kzalloc( in alloc_btrfs_bio()
5281 sizeof(struct btrfs_bio) + in alloc_btrfs_bio()
5299 void btrfs_get_bbio(struct btrfs_bio *bbio) in btrfs_get_bbio()
5305 void btrfs_put_bbio(struct btrfs_bio *bbio) in btrfs_put_bbio()
5320 struct btrfs_bio **bbio_ret) in __btrfs_map_block_for_discard()
5324 struct btrfs_bio *bbio; in __btrfs_map_block_for_discard()
5483 struct btrfs_bio *bbio = NULL; in get_extra_mirror_from_replace()
5543 struct btrfs_bio **bbio_ret, in handle_ops_on_dev_replace()
5547 struct btrfs_bio *bbio = *bbio_ret; in handle_ops_on_dev_replace()
5644 struct btrfs_bio **bbio_ret, in __btrfs_map_block()
5659 struct btrfs_bio *bbio = NULL; in __btrfs_map_block()
5944 struct btrfs_bio **bbio_ret, int mirror_num) in btrfs_map_block()
5953 struct btrfs_bio **bbio_ret) in btrfs_map_sblock()
6027 static inline void btrfs_end_bbio(struct btrfs_bio *bbio, struct bio *bio) in btrfs_end_bbio()
6038 struct btrfs_bio *bbio = bio->bi_private; in btrfs_end_bio()
6140 static void submit_stripe_bio(struct btrfs_bio *bbio, struct bio *bio, in submit_stripe_bio()
6165 static void bbio_error(struct btrfs_bio *bbio, struct bio *bio, u64 logical) in bbio_error()
6193 struct btrfs_bio *bbio = NULL; in btrfs_map_bio()