Lines Matching defs:found_errors
1179 int found_errors = 0;
1195 found_errors++;
1205 return found_errors;
1265 int found_errors;
1271 found_errors = get_rbio_vertical_errors(rbio, sector_nr,
1273 if (unlikely(found_errors > rbio->bioc->max_errors))
2053 int found_errors;
2066 found_errors = get_rbio_vertical_errors(rbio, sector_nr, &faila,
2072 if (!found_errors)
2075 if (unlikely(found_errors > rbio->bioc->max_errors))
2230 int found_errors;
2234 found_errors = get_rbio_vertical_errors(rbio, sector_nr,
2237 if (!found_errors)
2244 ASSERT(found_errors == 1);
2525 int found_errors;
2527 found_errors = get_rbio_vertical_errors(rbio, sectornr, NULL, NULL);
2528 if (unlikely(found_errors > rbio->bioc->max_errors)) {
2850 int found_errors;
2852 found_errors = get_rbio_vertical_errors(rbio, sector_nr,
2854 if (unlikely(found_errors > rbio->bioc->max_errors)) {
2858 if (found_errors == 0)
2984 int found_errors;
2986 found_errors = get_rbio_vertical_errors(rbio, sector_nr, NULL, NULL);
2987 if (unlikely(found_errors > rbio->bioc->max_errors)) {