Searched refs:this_mirror (Results 1 – 3 of 3) sorted by relevance
2203 BUG_ON(!failrec->this_mirror); in clean_io_failure()2291 failrec->this_mirror = 0; in btrfs_get_io_failure_record()2373 num_copies, failrec->this_mirror, failed_mirror); in btrfs_check_repairable()2393 failrec->this_mirror = failed_mirror; in btrfs_check_repairable()2401 BUG_ON(failrec->this_mirror != failed_mirror); in btrfs_check_repairable()2403 failrec->this_mirror = 0; in btrfs_check_repairable()2406 failrec->this_mirror++; in btrfs_check_repairable()2407 if (failrec->this_mirror == failed_mirror) in btrfs_check_repairable()2408 failrec->this_mirror++; in btrfs_check_repairable()2411 if (failrec->this_mirror > num_copies) { in btrfs_check_repairable()[all …]
378 int this_mirror; member
7757 num_copies, failrec->this_mirror, failed_mirror); in btrfs_check_dio_repairable()7762 failrec->this_mirror++; in btrfs_check_dio_repairable()7763 if (failrec->this_mirror == failed_mirror) in btrfs_check_dio_repairable()7764 failrec->this_mirror++; in btrfs_check_dio_repairable()7766 if (failrec->this_mirror > num_copies) { in btrfs_check_dio_repairable()7768 num_copies, failrec->this_mirror, failed_mirror); in btrfs_check_dio_repairable()7815 read_mode, failrec->this_mirror, failrec->in_validation); in dio_read_error()7818 failrec->this_mirror); in dio_read_error()