Lines Matching defs:bio
12 #include <linux/bio.h>
639 struct bio *bio;
651 for (bio = rq->bio; bio; bio = bio->bi_next) {
652 if ((bio->bi_opf & ff) != ff)
654 bytes += bio->bi_iter.bi_size;
1087 ivecs = blk_rq_count_integrity_sg(rq->q, rq->bio);
1096 count = blk_rq_map_integrity_sg(rq->q, rq->bio,
1178 * a bio attached to them. Or they might contain a SCSI command
1180 * submit a request without an attached bio.
1182 if (req->bio) {