Home
last modified time | relevance | path

Searched refs:dst_bv (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/block/
H A Dbio.c1339 struct bio_vec dst_bv = bio_iter_iovec(dst, *dst_iter); in bio_copy_data_iter() local
1340 unsigned int bytes = min(src_bv.bv_len, dst_bv.bv_len); in bio_copy_data_iter()
1342 void *dst_buf = bvec_kmap_local(&dst_bv); in bio_copy_data_iter()