Lines Matching refs:bio_vec
181 struct bio_vec bv; in bio_segments()
251 static inline void bio_get_first_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_first_bvec()
256 static inline void bio_get_last_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_last_bvec()
282 static inline struct bio_vec *bio_first_bvec_all(struct bio *bio) in bio_first_bvec_all()
293 static inline struct bio_vec *bio_last_bvec_all(struct bio *bio) in bio_last_bvec_all()
324 struct bio_vec *bip_vec;
329 struct bio_vec bip_inline_vecs[];/* embedded bvec array */
437 extern void bio_init(struct bio *bio, struct bio_vec *table,
469 extern struct bio_vec *bvec_alloc(gfp_t, int, unsigned long *, mempool_t *);
470 extern void bvec_free(mempool_t *, struct bio_vec *, unsigned int);
512 static inline char *bvec_kmap_irq(struct bio_vec *bvec, unsigned long *flags) in bvec_kmap_irq()
537 static inline char *bvec_kmap_irq(struct bio_vec *bvec, unsigned long *flags) in bvec_kmap_irq()