Lines Matching defs:bio
206 * if local IO _is_ allowed, holds the locally submitted bio clone,
209 struct bio *private_bio;
224 struct bio *master_bio; /* master bio pointer */
253 * how long did it take to complete the master bio
256 * how long the master bio was blocked until we finally allocated
1255 /* Estimate max bio size as 256 * PAGE_SIZE,
1361 /* We also need to make sure we get a bio
1389 extern void __drbd_make_request(struct drbd_device *, struct bio *);
1390 void drbd_submit_bio(struct bio *bio);
1427 extern void drbd_md_endio(struct bio *bio);
1428 extern void drbd_peer_request_endio(struct bio *bio);
1429 extern void drbd_request_endio(struct bio *bio);
1461 extern void drbd_csum_bio(struct crypto_shash *, struct bio *, void *);
1513 * used to submit our private bio
1516 int fault_type, struct bio *bio)
1519 if (!bio->bi_bdev) {
1520 drbd_err(device, "drbd_submit_bio_noacct: bio->bi_bdev == NULL\n");
1521 bio->bi_status = BLK_STS_IOERR;
1522 bio_endio(bio);
1527 bio_io_error(bio);
1529 submit_bio_noacct(bio);