Lines Matching refs:split_bio
226 struct bio *split_bio;
637 * We can't check split_bio after current_bio is submitted. If
638 * io->split_bio is null, after current_bio is submitted, current_bio
640 * split_bio first to avoid the issue.
642 if (io->split_bio) {
644 io->split_bio->bi_opf |= REQ_PREFLUSH;
646 io->split_bio->bi_opf |= REQ_FUA;
647 submit_bio(io->split_bio);
846 BUG_ON(io->split_bio);
847 io->split_bio = io->current_bio;
849 bio_chain(io->current_bio, io->split_bio);