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