Home
last modified time | relevance | path

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

/Linux-v6.6/block/
Dbio.c1395 struct bio_vec dst_bv = bio_iter_iovec(dst, *dst_iter); in bio_copy_data_iter() local
1396 unsigned int bytes = min(src_bv.bv_len, dst_bv.bv_len); in bio_copy_data_iter()
1398 void *dst_buf = bvec_kmap_local(&dst_bv); in bio_copy_data_iter()