Searched refs:bio_copy_data_iter (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/block/ |
D | bio.c | 957 void bio_copy_data_iter(struct bio *dst, struct bvec_iter *dst_iter, in bio_copy_data_iter() function 986 EXPORT_SYMBOL(bio_copy_data_iter); 1001 bio_copy_data_iter(dst, &dst_iter, src, &src_iter); in bio_copy_data() 1037 bio_copy_data_iter(dst, &dst_iter, src, &src_iter); in bio_list_copy_data()
|
/linux-4.19.296/include/linux/ |
D | bio.h | 509 extern void bio_copy_data_iter(struct bio *dst, struct bvec_iter *dst_iter,
|