Searched refs:tovec (Results 1 – 1 of 1) sorted by relevance
76 struct bio_vec tovec, fromvec; in copy_to_high_bio_irq() local85 bio_for_each_segment(tovec, to, iter) { in copy_to_high_bio_irq()87 if (tovec.bv_page != fromvec.bv_page) { in copy_to_high_bio_irq()93 memcpy_to_bvec(&tovec, page_address(fromvec.bv_page) + in copy_to_high_bio_irq()94 tovec.bv_offset); in copy_to_high_bio_irq()96 bio_advance_iter(from, &from_iter, tovec.bv_len); in copy_to_high_bio_irq()