Lines Matching refs:sblock_other
1100 struct scrub_block *sblock_other; in scrub_handle_errored_block() local
1104 sblock_other = sblocks_for_recheck + mirror_index; in scrub_handle_errored_block()
1107 scrub_recheck_block(fs_info, sblock_other, is_metadata, in scrub_handle_errored_block()
1111 if (!sblock_other->header_error && in scrub_handle_errored_block()
1112 !sblock_other->checksum_error && in scrub_handle_errored_block()
1113 sblock_other->no_io_error_seen) { in scrub_handle_errored_block()
1115 scrub_write_block_to_dev_replace(sblock_other); in scrub_handle_errored_block()
1119 sblock_bad, sblock_other); in scrub_handle_errored_block()
1157 struct scrub_block *sblock_other = NULL; in scrub_handle_errored_block() local
1171 sblock_other = sblocks_for_recheck + in scrub_handle_errored_block()
1176 if (!sblock_other) in scrub_handle_errored_block()
1188 if (!sblock_other) in scrub_handle_errored_block()
1189 sblock_other = sblock_bad; in scrub_handle_errored_block()
1191 if (scrub_write_page_to_dev_replace(sblock_other, in scrub_handle_errored_block()
1199 } else if (sblock_other) { in scrub_handle_errored_block()
1201 sblock_other, in scrub_handle_errored_block()