Lines Matching defs:split_bio
226 struct bio *split_bio;
638 * We can't check split_bio after current_bio is submitted. If
639 * io->split_bio is null, after current_bio is submitted, current_bio
641 * split_bio first to avoid the issue.
643 if (io->split_bio) {
645 io->split_bio->bi_opf |= REQ_PREFLUSH;
647 io->split_bio->bi_opf |= REQ_FUA;
648 submit_bio(io->split_bio);
848 BUG_ON(io->split_bio);
849 io->split_bio = io->current_bio;
851 bio_chain(io->current_bio, io->split_bio);