Lines Matching refs:bio_vec
210 struct bio_vec bv; in bio_segments()
280 static inline void bio_get_first_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_first_bvec()
285 static inline void bio_get_last_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_last_bvec()
318 static inline struct bio_vec *bio_first_bvec_all(struct bio *bio) in bio_first_bvec_all()
329 static inline struct bio_vec *bio_last_bvec_all(struct bio *bio) in bio_last_bvec_all()
358 struct bio_vec *bip_vec;
359 struct bio_vec bip_inline_vecs[0];/* embedded bvec array */
467 extern void bio_init(struct bio *bio, struct bio_vec *table,
527 extern struct bio_vec *bvec_alloc(gfp_t, int, unsigned long *, mempool_t *);
528 extern void bvec_free(mempool_t *, struct bio_vec *, unsigned int);
574 static inline char *bvec_kmap_irq(struct bio_vec *bvec, unsigned long *flags) in bvec_kmap_irq()
599 static inline char *bvec_kmap_irq(struct bio_vec *bvec, unsigned long *flags) in bvec_kmap_irq()