Searched refs:check_idx (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dclosefs.c132 int check_idx, write_idx, size; local
146 for (check_idx = 0; check_idx < SUPERBLOCK_SIZE/2; check_idx++) {
147 if (old_super[check_idx] == new_super[check_idx])
149 write_idx = check_idx;
150 for (check_idx++; check_idx < SUPERBLOCK_SIZE/2; check_idx
[all...]

Completed in 28 milliseconds