Searched refs:failed_mirror (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/fs/btrfs/ |
| D | extent_io.c | 2329 failrec->failed_mirror); in clean_io_failure() 2461 struct io_failure_record *failrec, int failed_mirror) in btrfs_check_repairable() argument 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() 2507 failrec->failed_mirror = failed_mirror; in btrfs_check_repairable() 2509 if (failrec->this_mirror == failed_mirror) in btrfs_check_repairable() 2516 num_copies, failrec->this_mirror, failed_mirror); in btrfs_check_repairable() 2565 int failed_mirror) in bio_readpage_error() argument 2584 failed_mirror)) { in bio_readpage_error()
|
| D | extent_io.h | 533 int failed_mirror; member
|
| D | disk-io.c | 467 int failed_mirror = 0; in btree_read_extent_buffer_pages() local 489 if (!failed_mirror) { in btree_read_extent_buffer_pages() 491 failed_mirror = eb->read_mirror; in btree_read_extent_buffer_pages() 495 if (mirror_num == failed_mirror) in btree_read_extent_buffer_pages() 502 if (failed && !ret && failed_mirror) in btree_read_extent_buffer_pages() 503 btrfs_repair_eb_io_failure(eb, failed_mirror); in btree_read_extent_buffer_pages()
|
| D | inode.c | 7869 int failed_mirror) in btrfs_check_dio_repairable() argument 7883 num_copies, failrec->this_mirror, failed_mirror); in btrfs_check_dio_repairable() 7887 failrec->failed_mirror = failed_mirror; in btrfs_check_dio_repairable() 7889 if (failrec->this_mirror == failed_mirror) in btrfs_check_dio_repairable() 7895 num_copies, failrec->this_mirror, failed_mirror); in btrfs_check_dio_repairable() 7904 u64 start, u64 end, int failed_mirror, in dio_read_error() argument 7925 failed_mirror); in dio_read_error()
|