Lines Matching defs:bio_init
243 * they must remember to pair any call to bio_init() with bio_uninit()
246 void bio_init(struct bio *bio, struct block_device *bdev, struct bio_vec *table,
286 EXPORT_SYMBOL(bio_init);
453 bio_init(bio, bdev, nr_vecs ? bio->bi_inline_vecs : NULL, nr_vecs, opf);
567 bio_init(bio, bdev, bvl, nr_vecs, opf);
569 bio_init(bio, bdev, bio->bi_inline_vecs, BIO_INLINE_VECS, opf);
571 bio_init(bio, bdev, NULL, 0, opf);
589 * using bio_init() before use. To free a bio returned from this function use
591 * be reused by calling bio_uninit() before calling bio_init() again.
881 bio_init(bio, bdev, bio_src->bi_io_vec, 0, bio_src->bi_opf);