Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Draid56.c1177 int found_errors = 0; in get_rbio_vertical_errors() local
1193 found_errors++; in get_rbio_vertical_errors()
1203 return found_errors; in get_rbio_vertical_errors()
1263 int found_errors; in rbio_add_io_paddrs() local
1269 found_errors = get_rbio_vertical_errors(rbio, sector_nr, in rbio_add_io_paddrs()
1271 if (unlikely(found_errors > rbio->bioc->max_errors)) in rbio_add_io_paddrs()
2051 int found_errors; in recover_vertical() local
2064 found_errors = get_rbio_vertical_errors(rbio, sector_nr, &faila, in recover_vertical()
2070 if (!found_errors) in recover_vertical()
2073 if (unlikely(found_errors > rbio->bioc->max_errors)) in recover_vertical()
[all …]