Home
last modified time | relevance | path

Searched refs:failed_mirror (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/fs/btrfs/
Dextent_io.c2329 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()
Dextent_io.h533 int failed_mirror; member
Ddisk-io.c467 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()
Dinode.c7869 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()