Lines Matching defs:bio
24 #include <linux/bio.h>583 struct bio *bio;663 bio = req->bio;664 while (bio) {665 struct bio *next = bio->bi_next;669 bio_for_each_segment(bvec, bio, iter) {705 * of the bio.710 bio = next;1080 * Since we look at the bio's to send the request over the network we