Lines Matching refs:bvec
1515 struct bio_vec *bvec; in set_bio_pages_uptodate() local
1520 bio_for_each_segment_all(bvec, bio, iter_all) { in set_bio_pages_uptodate()
1522 phys_addr_t paddr = bvec_phys(bvec); in set_bio_pages_uptodate()
1524 for (u32 off = 0; off < bvec->bv_len; off += sectorsize) { in set_bio_pages_uptodate()
1553 struct bio_vec *bvec; in rbio_update_error_bitmap() local
1556 bio_for_each_bvec_all(bvec, bio, i) in rbio_update_error_bitmap()
1557 bio_size += bvec->bv_len; in rbio_update_error_bitmap()
1576 struct bio_vec *bvec; in verify_bio_data_sectors() local
1587 bio_for_each_segment_all(bvec, bio, iter_all) { in verify_bio_data_sectors()
1590 kaddr = bvec_kmap_local(bvec); in verify_bio_data_sectors()
1591 for (u32 off = 0; off < bvec->bv_len; in verify_bio_data_sectors()