Searched refs:found_errors (Results 1 – 1 of 1) sorted by relevance
1159 int found_errors = 0; in get_rbio_vertical_errors() local1175 found_errors++; in get_rbio_vertical_errors()1185 return found_errors; in get_rbio_vertical_errors()1245 int found_errors; in rbio_add_io_paddrs() local1251 found_errors = get_rbio_vertical_errors(rbio, sector_nr, in rbio_add_io_paddrs()1253 if (unlikely(found_errors > rbio->bioc->max_errors)) in rbio_add_io_paddrs()2029 int found_errors; in recover_vertical() local2042 found_errors = get_rbio_vertical_errors(rbio, sector_nr, &faila, in recover_vertical()2048 if (!found_errors) in recover_vertical()2051 if (unlikely(found_errors > rbio->bioc->max_errors)) in recover_vertical()[all …]