Lines Matching refs:found_errors
1000 int found_errors = 0; in get_rbio_veritical_errors() local
1016 found_errors++; in get_rbio_veritical_errors()
1026 return found_errors; in get_rbio_veritical_errors()
1063 int found_errors; in rbio_add_io_sector() local
1069 found_errors = get_rbio_veritical_errors(rbio, sector_nr, in rbio_add_io_sector()
1071 if (found_errors > rbio->bioc->max_errors) in rbio_add_io_sector()
1724 int found_errors; in recover_vertical() local
1738 found_errors = get_rbio_veritical_errors(rbio, sector_nr, &faila, in recover_vertical()
1744 if (!found_errors) in recover_vertical()
1747 if (found_errors > rbio->bioc->max_errors) in recover_vertical()
2004 int found_errors; in set_rbio_raid6_extra_error() local
2008 found_errors = get_rbio_veritical_errors(rbio, sector_nr, in set_rbio_raid6_extra_error()
2011 if (!found_errors) in set_rbio_raid6_extra_error()
2018 ASSERT(found_errors == 1); in set_rbio_raid6_extra_error()
2299 int found_errors; in rmw_rbio() local
2301 found_errors = get_rbio_veritical_errors(rbio, sectornr, NULL, NULL); in rmw_rbio()
2302 if (found_errors > rbio->bioc->max_errors) { in rmw_rbio()
2583 int found_errors; in recover_scrub_rbio() local
2585 found_errors = get_rbio_veritical_errors(rbio, sector_nr, in recover_scrub_rbio()
2587 if (found_errors > rbio->bioc->max_errors) { in recover_scrub_rbio()
2591 if (found_errors == 0) in recover_scrub_rbio()
2716 int found_errors; in scrub_rbio() local
2718 found_errors = get_rbio_veritical_errors(rbio, sector_nr, NULL, NULL); in scrub_rbio()
2719 if (found_errors > rbio->bioc->max_errors) { in scrub_rbio()