Searched refs:bio_copy_data_iter (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/block/ |
H A D | bio.c | 1400 void bio_copy_data_iter(struct bio *dst, struct bvec_iter *dst_iter, in bio_copy_data_iter() function 1419 EXPORT_SYMBOL(bio_copy_data_iter); 1434 bio_copy_data_iter(dst, &dst_iter, src, &src_iter); in bio_copy_data()
|
/openbmc/linux/include/linux/ |
H A D | bio.h | 494 extern void bio_copy_data_iter(struct bio *dst, struct bvec_iter *dst_iter,
|
/openbmc/linux/drivers/block/ |
H A D | pktcdvd.c | 1252 bio_copy_data_iter(dst, &dst_iter, src, &src_iter); in bio_list_copy_data()
|