Home
last modified time | relevance | path

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

/block/
Dbounce.c104 struct bio_vec tovec, *fromvec = from->bi_io_vec; in copy_to_high_bio_irq() local
107 bio_for_each_segment(tovec, to, iter) { in copy_to_high_bio_irq()
108 if (tovec.bv_page != fromvec->bv_page) { in copy_to_high_bio_irq()
115 tovec.bv_offset; in copy_to_high_bio_irq()
117 bounce_copy_vec(&tovec, vfrom); in copy_to_high_bio_irq()
118 flush_dcache_page(tovec.bv_page); in copy_to_high_bio_irq()