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

/external/e2fsprogs/e2fsck/
H A Dsuper.c233 ext2_ino_t ino, next_ino; local
278 next_ino = inode.i_dtime;
279 if (next_ino &&
280 ((next_ino < EXT2_FIRST_INODE(fs->super)) ||
281 (next_ino > fs->super->s_inodes_count))) {
282 pctx.ino = next_ino;
299 ino = next_ino;

Completed in 64 milliseconds