Lines Matching defs:bio
22 #include <linux/bio.h>551 struct bio *bio;631 bio = req->bio;632 while (bio) {633 struct bio *next = bio->bi_next;637 bio_for_each_segment(bvec, bio, iter) {673 * of the bio.678 bio = next;1039 * Since we look at the bio's to send the request over the network we