Lines Matching defs:bio
181 #include <linux/bio.h>
278 struct bio *bio, unsigned int sectors);
306 struct bio sb_bio;
420 struct bio sb_bio;
609 * For any bio we don't skip we subtract the number of sectors from
752 struct bio bio;
935 struct bio *bio,
940 bio->bi_status = BLK_STS_IOERR;
941 bio_endio(bio);
944 submit_bio_noacct(bio);
963 void bch_count_backing_io_errors(struct cached_dev *dc, struct bio *bio);
966 void bch_bbio_count_io_errors(struct cache_set *c, struct bio *bio,
968 void bch_bbio_endio(struct cache_set *c, struct bio *bio,
970 void bch_bbio_free(struct bio *bio, struct cache_set *c);
971 struct bio *bch_bbio_alloc(struct cache_set *c);
973 void __bch_submit_bbio(struct bio *bio, struct cache_set *c);
974 void bch_submit_bbio(struct bio *bio, struct cache_set *c,