Lines Matching refs:bv
64 struct bio_vec bv; in bio_phys_contig() local
68 __bio_for_each_bvec(bv, bio, iter, start) { in bio_phys_contig()
70 expected_start != page_address(bv.bv_page) + bv.bv_offset) in bio_phys_contig()
73 expected_start = page_address(bv.bv_page) + in bio_phys_contig()
74 bv.bv_offset + bv.bv_len; in bio_phys_contig()
84 struct bio_vec bv; in __bio_map_or_bounce() local
102 __bio_for_each_segment(bv, bio, iter, start) { in __bio_map_or_bounce()
104 bv.bv_offset) in __bio_map_or_bounce()
107 if (bv.bv_len < iter.bi_size && in __bio_map_or_bounce()
108 bv.bv_offset + bv.bv_len < PAGE_SIZE) in __bio_map_or_bounce()
123 __bio_for_each_segment(bv, bio, iter, start) in __bio_map_or_bounce()
124 pages[nr_pages++] = bv.bv_page; in __bio_map_or_bounce()