Lines Matching refs:found_errors

1087 	int found_errors = 0;  in get_rbio_veritical_errors()  local
1103 found_errors++; in get_rbio_veritical_errors()
1113 return found_errors; in get_rbio_veritical_errors()
1152 int found_errors; in rbio_add_io_sector() local
1158 found_errors = get_rbio_veritical_errors(rbio, sector_nr, in rbio_add_io_sector()
1160 if (found_errors > rbio->bioc->max_errors) in rbio_add_io_sector()
1833 int found_errors; in recover_vertical() local
1847 found_errors = get_rbio_veritical_errors(rbio, sector_nr, &faila, in recover_vertical()
1853 if (!found_errors) in recover_vertical()
1856 if (found_errors > rbio->bioc->max_errors) in recover_vertical()
2113 int found_errors; in set_rbio_raid6_extra_error() local
2117 found_errors = get_rbio_veritical_errors(rbio, sector_nr, in set_rbio_raid6_extra_error()
2120 if (!found_errors) in set_rbio_raid6_extra_error()
2127 ASSERT(found_errors == 1); in set_rbio_raid6_extra_error()
2408 int found_errors; in rmw_rbio() local
2410 found_errors = get_rbio_veritical_errors(rbio, sectornr, NULL, NULL); in rmw_rbio()
2411 if (found_errors > rbio->bioc->max_errors) { in rmw_rbio()
2693 int found_errors; in recover_scrub_rbio() local
2695 found_errors = get_rbio_veritical_errors(rbio, sector_nr, in recover_scrub_rbio()
2697 if (found_errors > rbio->bioc->max_errors) { in recover_scrub_rbio()
2701 if (found_errors == 0) in recover_scrub_rbio()
2826 int found_errors; in scrub_rbio() local
2828 found_errors = get_rbio_veritical_errors(rbio, sector_nr, NULL, NULL); in scrub_rbio()
2829 if (found_errors > rbio->bioc->max_errors) { in scrub_rbio()