Lines Matching refs:bio_vec
177 struct bio_vec bv; in bio_segments()
247 static inline void bio_get_first_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_first_bvec()
252 static inline void bio_get_last_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_last_bvec()
279 static inline struct bio_vec *bio_first_bvec_all(struct bio *bio) in bio_first_bvec_all()
290 static inline struct bio_vec *bio_last_bvec_all(struct bio *bio) in bio_last_bvec_all()
321 struct bio_vec *bip_vec;
322 struct bio_vec bip_inline_vecs[0];/* embedded bvec array */
429 extern void bio_init(struct bio *bio, struct bio_vec *table,
479 extern struct bio_vec *bvec_alloc(gfp_t, int, unsigned long *, mempool_t *);
480 extern void bvec_free(mempool_t *, struct bio_vec *, unsigned int);
531 static inline char *bvec_kmap_irq(struct bio_vec *bvec, unsigned long *flags) in bvec_kmap_irq()
556 static inline char *bvec_kmap_irq(struct bio_vec *bvec, unsigned long *flags) in bvec_kmap_irq()