Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Draid56.c1000 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()
[all …]