Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dextent_io.c2135 BUG_ON(!failrec->this_mirror); in clean_io_failure()
2223 failrec->this_mirror = 0; in btrfs_get_io_failure_record()
2305 num_copies, failrec->this_mirror, failed_mirror); in btrfs_check_repairable()
2325 failrec->this_mirror = failed_mirror; in btrfs_check_repairable()
2333 BUG_ON(failrec->this_mirror != failed_mirror); in btrfs_check_repairable()
2335 failrec->this_mirror = 0; in btrfs_check_repairable()
2338 failrec->this_mirror++; in btrfs_check_repairable()
2339 if (failrec->this_mirror == failed_mirror) in btrfs_check_repairable()
2340 failrec->this_mirror++; in btrfs_check_repairable()
2343 if (failrec->this_mirror > num_copies) { in btrfs_check_repairable()
[all …]
Dextent_io.h359 int this_mirror; member
Dinode.c7662 num_copies, failrec->this_mirror, failed_mirror); in btrfs_check_dio_repairable()
7667 failrec->this_mirror++; in btrfs_check_dio_repairable()
7668 if (failrec->this_mirror == failed_mirror) in btrfs_check_dio_repairable()
7669 failrec->this_mirror++; in btrfs_check_dio_repairable()
7671 if (failrec->this_mirror > num_copies) { in btrfs_check_dio_repairable()
7673 num_copies, failrec->this_mirror, failed_mirror); in btrfs_check_dio_repairable()
7720 read_mode, failrec->this_mirror, failrec->in_validation); in dio_read_error()
7723 failrec->this_mirror); in dio_read_error()