Lines Matching refs:btrfs_bio
227 struct btrfs_bio **bbio_ret,
5611 static void sort_parity_stripes(struct btrfs_bio *bbio, int num_stripes)
5629 static struct btrfs_bio *alloc_btrfs_bio(int total_stripes, int real_stripes)
5631 struct btrfs_bio *bbio = kzalloc(
5632 /* the size of the btrfs_bio */
5633 sizeof(struct btrfs_bio) +
5654 void btrfs_get_bbio(struct btrfs_bio *bbio)
5660 void btrfs_put_bbio(struct btrfs_bio *bbio)
5675 struct btrfs_bio **bbio_ret)
5679 struct btrfs_bio *bbio;
5840 struct btrfs_bio *bbio = NULL;
5900 struct btrfs_bio **bbio_ret,
5904 struct btrfs_bio *bbio = *bbio_ret;
6101 struct btrfs_bio **bbio_ret,
6116 struct btrfs_bio *bbio = NULL;
6342 struct btrfs_bio **bbio_ret, int mirror_num)
6355 struct btrfs_bio **bbio_ret)
6360 static inline void btrfs_end_bbio(struct btrfs_bio *bbio, struct bio *bio)
6371 struct btrfs_bio *bbio = bio->bi_private;
6424 static void submit_stripe_bio(struct btrfs_bio *bbio, struct bio *bio,
6445 static void bbio_error(struct btrfs_bio *bbio, struct bio *bio, u64 logical)
6473 struct btrfs_bio *bbio = NULL;