Lines Matching defs:sblocks_for_recheck
214 struct scrub_block *sblocks_for_recheck);
830 struct scrub_block *sblocks_for_recheck; /* holds one for each mirror */
920 sblocks_for_recheck = kcalloc(BTRFS_MAX_MIRRORS,
921 sizeof(*sblocks_for_recheck), GFP_KERNEL);
922 if (!sblocks_for_recheck) {
933 ret = scrub_setup_recheck_block(sblock_to_check, sblocks_for_recheck);
943 sblock_bad = sblocks_for_recheck + failed_mirror_index;
1028 if (!sblocks_for_recheck[mirror_index].page_count)
1031 sblock_other = sblocks_for_recheck + mirror_index;
1039 if (!sblocks_for_recheck[1].page_count)
1043 sblock_other = sblocks_for_recheck + 1;
1115 sblocks_for_recheck[mirror_index].page_count > 0;
1117 if (!sblocks_for_recheck[mirror_index].
1119 sblock_other = sblocks_for_recheck +
1195 if (sblocks_for_recheck) {
1198 struct scrub_block *sblock = sblocks_for_recheck +
1215 kfree(sblocks_for_recheck);
1266 struct scrub_block *sblocks_for_recheck)
1330 sblock = sblocks_for_recheck + mirror_index;