Lines Matching refs:error_bitmap
152 bitmap_free(rbio->error_bitmap); in free_raid_bio_pointers()
1103 rbio->error_bitmap = bitmap_zalloc(num_sectors, GFP_NOFS); in alloc_rbio()
1107 !rbio->finish_pointers || !rbio->error_bitmap || !rbio->stripe_uptodate_bitmap) { in alloc_rbio()
1194 if (test_bit(total_sector_nr, rbio->error_bitmap)) { in get_rbio_vertical_errors()
1268 rbio->error_bitmap); in rbio_add_io_paddrs()
1476 bitmap_clear(rbio->error_bitmap, 0, rbio->nr_sectors); in rmw_assemble_write_bios()
1573 bitmap_set(rbio->error_bitmap, total_nr_sector, in set_rbio_range_error()
1589 bitmap_set(rbio->error_bitmap, in set_rbio_range_error()
1671 set_bit(i, rbio->error_bitmap); in rbio_update_error_bitmap()
1712 set_bit(total_sector_nr, rbio->error_bitmap); in verify_bio_data_sectors()
2150 ASSERT(bitmap_weight(rbio->error_bitmap, rbio->nr_sectors)); in recover_rbio()
2179 test_bit(total_sector_nr, rbio->error_bitmap)) { in recover_rbio()
2184 set_bit(total_sector_nr, rbio->error_bitmap); in recover_rbio()
2255 rbio->error_bitmap); in set_rbio_raid6_extra_error()
2503 bitmap_clear(rbio->error_bitmap, 0, rbio->nr_sectors); in rmw_rbio()
2770 bitmap_clear(rbio->error_bitmap, 0, rbio->nr_sectors); in finish_parity_scrub()
2974 bitmap_clear(rbio->error_bitmap, 0, rbio->nr_sectors); in scrub_rbio()