Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dextent_io.c2092 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()
[all …]
Dextent_io.h529 int this_mirror; member
Dinode.c7745 num_copies, failrec->this_mirror, failed_mirror); in btrfs_check_dio_repairable()
7750 failrec->this_mirror++; in btrfs_check_dio_repairable()
7751 if (failrec->this_mirror == failed_mirror) in btrfs_check_dio_repairable()
7752 failrec->this_mirror++; in btrfs_check_dio_repairable()
7754 if (failrec->this_mirror > num_copies) { in btrfs_check_dio_repairable()
7757 num_copies, failrec->this_mirror, failed_mirror); in btrfs_check_dio_repairable()
7807 read_mode, failrec->this_mirror, failrec->in_validation); in dio_read_error()
7809 status = submit_dio_repair_bio(inode, bio, failrec->this_mirror); in dio_read_error()