Lines Matching defs:error
138 * error count in the original I/O context so that it is guaranteed to
139 * be larger than the error tolerance.
145 atomic_add(orig_bioc->max_errors, &orig_bioc->error);
247 btrfs_debug(fs_info, "repair read error: read error at %llu",
304 /* Clear the I/O error. A failed repair will reset it. */
406 atomic_inc(&bioc->error);
411 * Only send an error to the higher layers if it is beyond the tolerance
414 if (atomic_read(&bioc->error) > bioc->max_errors)
428 atomic_inc(&stripe->bioc->error);
578 /* If an error occurred we just want to clean up the bio and move on. */
658 int error;
661 error = btrfs_map_block(fs_info, btrfs_op(bio), logical, &map_length,
663 if (error) {
664 ret = errno_to_blk_status(error);
792 "read error corrected: ino %llu off %llu (dev %s sector %llu)",