Searched refs:this_mirror (Results 1 – 2 of 2) sorted by relevance
2384 BUG_ON(!failrec->this_mirror); in clean_io_failure()2486 failrec->this_mirror = 0; in btrfs_get_io_failure_record()2554 num_copies, failrec->this_mirror, failed_mirror); in btrfs_check_repairable()2574 failrec->this_mirror = failed_mirror; in btrfs_check_repairable()2582 BUG_ON(failrec->this_mirror != failed_mirror); in btrfs_check_repairable()2584 failrec->this_mirror = 0; in btrfs_check_repairable()2587 failrec->this_mirror++; in btrfs_check_repairable()2588 if (failrec->this_mirror == failed_mirror) in btrfs_check_repairable()2589 failrec->this_mirror++; in btrfs_check_repairable()2592 if (failrec->this_mirror > num_copies) { in btrfs_check_repairable()[all …]
303 int this_mirror; member