Lines Matching defs:bio
32 #include <linux/bio.h>
131 struct bio *bio;
132 struct bio *biotail;
249 struct bio *);
254 typedef int (make_request_fn) (request_queue_t *q, struct bio *bio);
259 typedef int (merge_bvec_fn) (request_queue_t *, struct bio *, struct bio_vec *);
429 #define rq_for_each_bio(_bio, rq) if ((rq->bio)) for (_bio = (rq)->bio; _bio; _bio = _bio->bi_next)