Home
last modified time | relevance | path

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

/fs/btrfs/
Dextent_io.c2119 BUG_ON(!failrec->this_mirror); in clean_io_failure()
2208 failrec->this_mirror = 0; in btrfs_get_io_failure_record()
2290 num_copies, failrec->this_mirror, failed_mirror); in btrfs_check_repairable()
2310 failrec->this_mirror = failed_mirror; in btrfs_check_repairable()
2318 BUG_ON(failrec->this_mirror != failed_mirror); in btrfs_check_repairable()
2320 failrec->this_mirror = 0; in btrfs_check_repairable()
2323 failrec->this_mirror++; in btrfs_check_repairable()
2324 if (failrec->this_mirror == failed_mirror) in btrfs_check_repairable()
2325 failrec->this_mirror++; in btrfs_check_repairable()
2328 if (failrec->this_mirror > num_copies) { in btrfs_check_repairable()
[all …]
Dextent_io.h472 int this_mirror; member
Dinode.c7933 num_copies, failrec->this_mirror, failed_mirror); in btrfs_check_dio_repairable()
7938 failrec->this_mirror++; in btrfs_check_dio_repairable()
7939 if (failrec->this_mirror == failed_mirror) in btrfs_check_dio_repairable()
7940 failrec->this_mirror++; in btrfs_check_dio_repairable()
7942 if (failrec->this_mirror > num_copies) { in btrfs_check_dio_repairable()
7945 num_copies, failrec->this_mirror, failed_mirror); in btrfs_check_dio_repairable()
7995 read_mode, failrec->this_mirror, failrec->in_validation); in dio_read_error()
7997 ret = submit_dio_repair_bio(inode, bio, failrec->this_mirror); in dio_read_error()