Lines Matching refs:check_idx
144 int check_idx, write_idx, size;
159 for (check_idx = 0; check_idx < SUPERBLOCK_SIZE/2; check_idx++) {
160 if (old_super[check_idx] == new_super[check_idx])
162 write_idx = check_idx;
163 for (check_idx++; check_idx < SUPERBLOCK_SIZE/2; check_idx++)
164 if (old_super[check_idx] == new_super[check_idx])
166 size = 2 * (check_idx - write_idx);