Home
last modified time | relevance | path

Searched refs:found_errors (Results 1 – 1 of 1) sorted by relevance

/linux/fs/btrfs/
H A Draid56.c1087 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()
1834 int found_errors; in recover_vertical() local
1848 found_errors = get_rbio_veritical_errors(rbio, sector_nr, &faila, in recover_vertical()
1854 if (!found_errors) in recover_vertical()
1857 if (found_errors > rbio->bioc->max_errors) in recover_vertical()
[all …]