Lines Matching defs:bvec
17 #include <linux/bvec.h>
1110 struct bio_vec *bvec;
1156 struct bio_vec *bvec = ivec->iov.bvec;
1158 bvec_set_page(&bvec[ret], pfn_to_page(pfn), io_len,
1183 struct bio_vec bvec[IOTLB_IOV_STRIDE];
1207 iov_iter_bvec(&iter, ITER_SOURCE, ivec.iov.bvec, ret,
1229 struct bio_vec bvec[IOTLB_IOV_STRIDE];
1253 iov_iter_bvec(&iter, ITER_DEST, ivec.iov.bvec, ret,
1275 struct bio_vec bvec[1];
1294 void *kaddr = kmap_local_page(ivec.iov.bvec[0].bv_page);
1295 void *from = kaddr + ivec.iov.bvec[0].bv_offset;
1312 struct bio_vec bvec;
1333 void *kaddr = kmap_local_page(ivec.iov.bvec[0].bv_page);
1334 void *to = kaddr + ivec.iov.bvec[0].bv_offset;