Home
last modified time | relevance | path

Searched refs:bio_ctrl (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/fs/btrfs/
Dextent_io.c140 struct btrfs_bio_ctrl bio_ctrl; member
191 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() argument
3204 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 …]
Dextent_io.h183 struct btrfs_bio_ctrl *bio_ctrl,
Dinode.c8412 struct btrfs_bio_ctrl bio_ctrl = { 0 }; in btrfs_readpage() local
8417 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()