Searched refs:dst_iter (Results 1 – 1 of 1) sorted by relevance
1674 struct bvec_iter dst_iter = dst->bi_iter; in bio_copy_data() local1676 while (src_iter.bi_size && dst_iter.bi_size) { in bio_copy_data()1678 struct bio_vec dst_bv = bio_iter_iovec(dst, dst_iter); in bio_copy_data()1689 bio_advance_iter_single(dst, &dst_iter, bytes); in bio_copy_data()