Searched refs:dst_bv (Results 1 – 1 of 1) sorted by relevance
1405 struct bio_vec dst_bv = bio_iter_iovec(dst, *dst_iter); in bio_copy_data_iter() local1406 unsigned int bytes = min(src_bv.bv_len, dst_bv.bv_len); in bio_copy_data_iter()1408 void *dst_buf = bvec_kmap_local(&dst_bv); in bio_copy_data_iter()