Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dextent_io.c2384 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 …]
Dextent_io.h303 int this_mirror; member