Lines Matching defs:bvec
4 #include <linux/bvec.h>
74 for_each_bvec(__v, i->bvec, __bi, __start) { \
107 const struct bio_vec *bvec = i->bvec; \
111 i->bvec = __bvec_iter_bvec(i->bvec, __bi); \
112 i->nr_segs -= i->bvec - bvec; \
1118 const struct bio_vec *bvec = i->bvec;
1120 size_t n = (--bvec)->bv_len;
1123 i->bvec = bvec;
1157 return min(i->count, i->bvec->bv_len - i->iov_offset);
1177 const struct bio_vec *bvec, unsigned long nr_segs,
1182 i->bvec = bvec;
1639 return new->bvec = kmemdup(new->bvec,
1855 i->bvec -= state->nr_segs - i->nr_segs;