Lines Matching full:repaired
918 bool repaired = false; in scrub_stripe_report_errors() local
931 repaired = true; in scrub_stripe_report_errors()
939 * Report error for the corrupted sectors. If repaired, just in scrub_stripe_report_errors()
940 * output the message of repaired message. in scrub_stripe_report_errors()
942 if (repaired) { in scrub_stripe_report_errors()
1023 * - Submit writeback for repaired sectors
1035 unsigned long repaired; in scrub_stripe_read_repair_worker() local
1101 * Submit the repaired sectors. For zoned case, we cannot do repair in scrub_stripe_read_repair_worker()
1104 bitmap_andnot(&repaired, &stripe->init_error_bitmap, &stripe->error_bitmap, in scrub_stripe_read_repair_worker()
1106 if (!sctx->readonly && !bitmap_empty(&repaired, stripe->nr_sectors)) { in scrub_stripe_read_repair_worker()
1110 scrub_write_sectors(sctx, stripe, repaired, false); in scrub_stripe_read_repair_worker()