Home
last modified time | relevance | path

Searched refs:this_mirror (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/fs/btrfs/
Dextent_io.c2304 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()
[all …]
Dextent_io.h532 int this_mirror; member
Dinode.c7883 num_copies, failrec->this_mirror, failed_mirror); in btrfs_check_dio_repairable()
7888 failrec->this_mirror++; in btrfs_check_dio_repairable()
7889 if (failrec->this_mirror == failed_mirror) in btrfs_check_dio_repairable()
7890 failrec->this_mirror++; in btrfs_check_dio_repairable()
7892 if (failrec->this_mirror > num_copies) { in btrfs_check_dio_repairable()
7895 num_copies, failrec->this_mirror, failed_mirror); in btrfs_check_dio_repairable()
7945 read_mode, failrec->this_mirror, failrec->in_validation); in dio_read_error()
7947 status = submit_dio_repair_bio(inode, bio, failrec->this_mirror); in dio_read_error()