Lines Matching defs:bio
259 static inline void drbd_req_make_private_bio(struct drbd_request *req, struct bio *bio_src)
261 struct bio *bio;
262 bio = bio_clone_fast(bio_src, GFP_NOIO, &drbd_io_bio_set);
264 req->private_bio = bio;
266 bio->bi_private = req;
267 bio->bi_end_io = drbd_request_endio;
268 bio->bi_next = NULL;
273 * bio->bi_iter.bi_size, or similar. But that would be too ugly. */
275 struct bio *bio;
305 if (m.bio)
311 /* completion of master bio is outside of our spinlock.
327 if (m.bio)