Lines Matching refs:this_mirror
2092 BUG_ON(!failrec->this_mirror); in clean_io_failure()
2181 failrec->this_mirror = 0; in btrfs_get_io_failure_record()
2263 num_copies, failrec->this_mirror, failed_mirror); in btrfs_check_repairable()
2283 failrec->this_mirror = failed_mirror; in btrfs_check_repairable()
2291 BUG_ON(failrec->this_mirror != failed_mirror); in btrfs_check_repairable()
2293 failrec->this_mirror = 0; in btrfs_check_repairable()
2296 failrec->this_mirror++; in btrfs_check_repairable()
2297 if (failrec->this_mirror == failed_mirror) in btrfs_check_repairable()
2298 failrec->this_mirror++; in btrfs_check_repairable()
2301 if (failrec->this_mirror > num_copies) { in btrfs_check_repairable()
2304 num_copies, failrec->this_mirror, failed_mirror); in btrfs_check_repairable()
2391 read_mode, failrec->this_mirror, failrec->in_validation); in bio_readpage_error()
2393 status = tree->ops->submit_bio_hook(tree->private_data, bio, failrec->this_mirror, in bio_readpage_error()