Lines Matching refs:this_mirror
2304 BUG_ON(!failrec->this_mirror); in clean_io_failure()
2393 failrec->this_mirror = 0; in btrfs_get_io_failure_record()
2475 num_copies, failrec->this_mirror, failed_mirror); in btrfs_check_repairable()
2495 failrec->this_mirror = failed_mirror; in btrfs_check_repairable()
2503 BUG_ON(failrec->this_mirror != failed_mirror); in btrfs_check_repairable()
2505 failrec->this_mirror = 0; in btrfs_check_repairable()
2508 failrec->this_mirror++; in btrfs_check_repairable()
2509 if (failrec->this_mirror == failed_mirror) in btrfs_check_repairable()
2510 failrec->this_mirror++; in btrfs_check_repairable()
2513 if (failrec->this_mirror > num_copies) { in btrfs_check_repairable()
2516 num_copies, failrec->this_mirror, failed_mirror); in btrfs_check_repairable()
2601 read_mode, failrec->this_mirror, failrec->in_validation); in bio_readpage_error()
2603 status = tree->ops->submit_bio_hook(tree->private_data, bio, failrec->this_mirror, in bio_readpage_error()