Searched refs:this_mirror (Results 1 – 2 of 2) sorted by relevance
2382 BUG_ON(!failrec->this_mirror); in clean_io_failure()2484 failrec->this_mirror = 0; in btrfs_get_io_failure_record()2552 num_copies, failrec->this_mirror, failed_mirror); in btrfs_check_repairable()2572 failrec->this_mirror = failed_mirror; in btrfs_check_repairable()2580 BUG_ON(failrec->this_mirror != failed_mirror); in btrfs_check_repairable()2582 failrec->this_mirror = 0; in btrfs_check_repairable()2585 failrec->this_mirror++; in btrfs_check_repairable()2586 if (failrec->this_mirror == failed_mirror) in btrfs_check_repairable()2587 failrec->this_mirror++; in btrfs_check_repairable()2590 if (failrec->this_mirror > num_copies) { in btrfs_check_repairable()[all …]
303 int this_mirror; member