Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Dscrub.c1201 struct scrub_block *sblock_other; in scrub_handle_errored_block() local
1213 sblock_other = sblocks_for_recheck[mirror_index]; in scrub_handle_errored_block()
1224 sblock_other = sblocks_for_recheck[1]; in scrub_handle_errored_block()
1225 sblock_other->mirror_num = 1 + mirror_index; in scrub_handle_errored_block()
1229 scrub_recheck_block(fs_info, sblock_other, 0); in scrub_handle_errored_block()
1231 if (!sblock_other->header_error && in scrub_handle_errored_block()
1232 !sblock_other->checksum_error && in scrub_handle_errored_block()
1233 sblock_other->no_io_error_seen) { in scrub_handle_errored_block()
1235 scrub_write_block_to_dev_replace(sblock_other); in scrub_handle_errored_block()
1239 sblock_bad, sblock_other); in scrub_handle_errored_block()
[all …]