Lines Matching refs:bio_vec
77 ((struct bio_vec) { \
193 static inline bool bvec_gap_to_prev(struct bio_vec *bprv, unsigned int offset) in bvec_gap_to_prev()
207 static inline void bvec_iter_advance(struct bio_vec *bv, struct bvec_iter *iter, in bvec_iter_advance()
227 #define for_each_bvec(bvl, bio_vec, iter, start) \ argument
230 ((bvl = bvec_iter_bvec((bio_vec), (iter))), 1); \
231 bvec_iter_advance((bio_vec), &(iter), (bvl).bv_len))
259 struct bio_vec bv; in bio_segments()
330 struct bio_vec *bip_vec;
331 struct bio_vec bip_inline_vecs[0];/* embedded bvec array */
467 extern struct bio_vec *bvec_alloc(gfp_t, int, unsigned long *, mempool_t *);
468 extern void bvec_free(mempool_t *, struct bio_vec *, unsigned int);
484 static inline char *bvec_kmap_irq(struct bio_vec *bvec, unsigned long *flags) in bvec_kmap_irq()
509 static inline char *bvec_kmap_irq(struct bio_vec *bvec, unsigned long *flags) in bvec_kmap_irq()