Searched refs:bio_ctrl (Results 1 – 3 of 3) sorted by relevance
140 struct btrfs_bio_ctrl bio_ctrl; member191 struct bio *bio = epd->bio_ctrl.bio; in end_write_bio()196 epd->bio_ctrl.bio = NULL; in end_write_bio()209 struct bio *bio = epd->bio_ctrl.bio; in flush_write_bio()220 epd->bio_ctrl.bio = NULL; in flush_write_bio()3198 static int btrfs_bio_add_page(struct btrfs_bio_ctrl *bio_ctrl, in btrfs_bio_add_page() argument3204 struct bio *bio = bio_ctrl->bio; in btrfs_bio_add_page()3213 ASSERT(bio_ctrl->len_to_oe_boundary && bio_ctrl->len_to_stripe_boundary); in btrfs_bio_add_page()3214 if (bio_ctrl->bio_flags != bio_flags) in btrfs_bio_add_page()3217 if (bio_ctrl->bio_flags & EXTENT_BIO_COMPRESSED) in btrfs_bio_add_page()[all …]
183 struct btrfs_bio_ctrl *bio_ctrl,
8412 struct btrfs_bio_ctrl bio_ctrl = { 0 }; in btrfs_readpage() local8417 ret = btrfs_do_readpage(page, NULL, &bio_ctrl, 0, NULL); in btrfs_readpage()8418 if (bio_ctrl.bio) in btrfs_readpage()8419 ret = submit_one_bio(bio_ctrl.bio, 0, bio_ctrl.bio_flags); in btrfs_readpage()