Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dbounce.c116 struct bio_vec tovec, fromvec; in copy_to_high_bio_irq() local
125 bio_for_each_segment(tovec, to, iter) { in copy_to_high_bio_irq()
127 if (tovec.bv_page != fromvec.bv_page) { in copy_to_high_bio_irq()
134 tovec.bv_offset; in copy_to_high_bio_irq()
136 bounce_copy_vec(&tovec, vfrom); in copy_to_high_bio_irq()
137 flush_dcache_page(tovec.bv_page); in copy_to_high_bio_irq()
139 bio_advance_iter(from, &from_iter, tovec.bv_len); in copy_to_high_bio_irq()