Searched refs:sblock_other (Results 1 – 1 of 1) sorted by relevance
1019 struct scrub_block *sblock_other; in scrub_handle_errored_block() local1031 sblock_other = sblocks_for_recheck + mirror_index; in scrub_handle_errored_block()1043 sblock_other = sblocks_for_recheck + 1; in scrub_handle_errored_block()1044 sblock_other->pagev[0]->mirror_num = 1 + mirror_index; in scrub_handle_errored_block()1048 scrub_recheck_block(fs_info, sblock_other, 0); in scrub_handle_errored_block()1050 if (!sblock_other->header_error && in scrub_handle_errored_block()1051 !sblock_other->checksum_error && in scrub_handle_errored_block()1052 sblock_other->no_io_error_seen) { in scrub_handle_errored_block()1054 scrub_write_block_to_dev_replace(sblock_other); in scrub_handle_errored_block()1058 sblock_bad, sblock_other); in scrub_handle_errored_block()[all …]