Lines Matching defs:bvec
659 * Don't touch bvec table here and make it really immutable, since
664 * correct bvec with the updated .bi_size for drivers.
1066 * Add the data at @page + @off to @bio as a new bvec. The caller must ensure
1067 * that @bio has space for another bvec.
1183 bio->bi_io_vec = (struct bio_vec *)iter->bvec;
1230 * Extracts pages from *iter and appends them to @bio's bvec array. The pages
1315 * pages. For bvec based iterators bio_iov_iter_get_pages() uses the provided
1440 struct bio_vec *bvec;
1443 bio_for_each_segment_all(bvec, bio, iter_all)
1444 __free_page(bvec->bv_page);