Lines Matching refs:max_errors
5004 int max_errors; in btrfs_chunk_max_errors() local
5010 max_errors = 1; in btrfs_chunk_max_errors()
5012 max_errors = 2; in btrfs_chunk_max_errors()
5014 max_errors = 0; in btrfs_chunk_max_errors()
5017 return max_errors; in btrfs_chunk_max_errors()
5516 int max_errors = *max_errors_ret; in handle_ops_on_dev_replace() local
5547 max_errors++; in handle_ops_on_dev_replace()
5596 *max_errors_ret = max_errors; in handle_ops_on_dev_replace()
5622 int max_errors = 0; in __btrfs_map_block() local
5774 max_errors = nr_parity_stripes(map); in __btrfs_map_block()
5870 max_errors = btrfs_chunk_max_errors(map); in __btrfs_map_block()
5878 &max_errors); in __btrfs_map_block()
5884 bbio->max_errors = max_errors; in __btrfs_map_block()
6045 if (atomic_read(&bbio->error) > bbio->max_errors) { in btrfs_end_bio()
6145 if (atomic_read(&bbio->error) > bbio->max_errors) in bbio_error()