Lines Matching full:repair
30 /* Is this a data path I/O that needs storage layer checksum and repair? */
227 * Try to kick off a repair read to the next available mirror for a bad sector.
247 btrfs_debug(fs_info, "repair read error: read error at %llu", in repair_one_sector()
252 btrfs_debug(fs_info, "no copy to repair from"); in repair_one_sector()
277 btrfs_debug(fs_info, "submitting repair read to mirror %d", mirror); in repair_one_sector()
292 /* Read-repair requires the inode field to be set by the submitter. */ in btrfs_check_read_bio()
296 * Hand off repair bios to the repair code as there is no upper level in btrfs_check_read_bio()
304 /* Clear the I/O error. A failed repair will reset it. */ in btrfs_check_read_bio()
751 * Submit a repair write.
757 * The I/O is issued synchronously to block the repair read completion from
778 * read repair operation. in btrfs_repair_io_failure()
817 * Submit a btrfs_bio based repair write.