Lines Matching refs:error_bitmap

165 	unsigned long error_bitmap;  member
621 bitmap_set(&stripe->error_bitmap, sector_nr, sectors_per_tree); in scrub_verify_one_metadata()
631 bitmap_set(&stripe->error_bitmap, sector_nr, sectors_per_tree); in scrub_verify_one_metadata()
641 bitmap_set(&stripe->error_bitmap, sector_nr, sectors_per_tree); in scrub_verify_one_metadata()
666 bitmap_set(&stripe->error_bitmap, sector_nr, sectors_per_tree); in scrub_verify_one_metadata()
677 bitmap_set(&stripe->error_bitmap, sector_nr, sectors_per_tree); in scrub_verify_one_metadata()
685 bitmap_clear(&stripe->error_bitmap, sector_nr, sectors_per_tree); in scrub_verify_one_metadata()
737 clear_bit(sector_nr, &stripe->error_bitmap); in scrub_verify_one_sector()
744 set_bit(sector_nr, &stripe->error_bitmap); in scrub_verify_one_sector()
747 clear_bit(sector_nr, &stripe->error_bitmap); in scrub_verify_one_sector()
801 bitmap_set(&stripe->error_bitmap, sector_nr, in scrub_repair_read_endio()
823 const unsigned long old_error_bitmap = stripe->error_bitmap; in scrub_stripe_submit_repair_read()
838 if (bbio && ((i > 0 && !test_bit(i - 1, &stripe->error_bitmap)) || in scrub_stripe_submit_repair_read()
925 !test_bit(sector_nr, &stripe->error_bitmap)) { in scrub_stripe_report_errors()
988 bitmap_weight(&stripe->error_bitmap, stripe->nr_sectors); in scrub_stripe_report_errors()
1024 stripe->init_error_bitmap = stripe->error_bitmap; in scrub_stripe_read_repair_worker()
1044 const unsigned long old_error_bitmap = stripe->error_bitmap; in scrub_stripe_read_repair_worker()
1050 if (bitmap_empty(&stripe->error_bitmap, stripe->nr_sectors)) in scrub_stripe_read_repair_worker()
1068 const unsigned long old_error_bitmap = stripe->error_bitmap; in scrub_stripe_read_repair_worker()
1074 if (bitmap_empty(&stripe->error_bitmap, stripe->nr_sectors)) in scrub_stripe_read_repair_worker()
1083 if (!bitmap_empty(&stripe->error_bitmap, stripe->nr_sectors)) in scrub_stripe_read_repair_worker()
1089 &stripe->error_bitmap, stripe->nr_sectors); in scrub_stripe_read_repair_worker()
1105 bitmap_set(&stripe->error_bitmap, 0, stripe->nr_sectors); in scrub_read_endio()
1498 stripe->error_bitmap = 0; in scrub_stripe_reset_bitmaps()
1683 for_each_set_bit(i, &stripe->error_bitmap, stripe->nr_sectors) { in stripe_has_metadata_error()
1765 &stripe->error_bitmap, stripe->nr_sectors); in flush_scrub_stripes()
1933 bitmap_and(&error, &stripe->error_bitmap, in scrub_raid56_parity_stripe()