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

/external/e2fsprogs/lib/ext2fs/
H A Dalloc.c120 if (start_inode < EXT2_FIRST_INODE(fs->super))
121 start_inode = EXT2_FIRST_INODE(fs->super);
135 i = EXT2_FIRST_INODE(fs->super);
H A Dinitialize.c239 if (super->s_inodes_count < EXT2_FIRST_INODE(super)+1)
240 super->s_inodes_count = EXT2_FIRST_INODE(super)+1;
H A Dext2fs.h114 #define EXT2_FIRST_INODE(s) EXT2_FIRST_INO(s) macro
/external/e2fsprogs/e2fsck/
H A Dpass4.c135 (i > EXT2_ROOT_INO && i < EXT2_FIRST_INODE(fs->super)))
H A Dpass1b.c318 if (ino >= EXT2_FIRST_INODE(fs->super) ||
421 sd.first_inode = EXT2_FIRST_INODE(fs->super);
H A Dsuper.c250 if ((ino < EXT2_FIRST_INODE(fs->super)) ||
274 ((next_ino < EXT2_FIRST_INODE(fs->super)) ||
H A Djournal.c755 (sb->s_journal_inum < EXT2_FIRST_INODE(sb));
H A Dpass2.c891 (dirent->inode < EXT2_FIRST_INODE(fs->super))) ||
H A Dpass1.c887 } else if (ino < EXT2_FIRST_INODE(fs->super)) {
/external/e2fsprogs/misc/
H A Dmke2fs.c500 for (i = EXT2_ROOT_INO + 1; i < EXT2_FIRST_INODE(fs->super); i++)
/external/e2fsprogs/resize/
H A Dresize2fs.c1355 new_inode = EXT2_FIRST_INODE(rfs->new_fs->super);

Completed in 93 milliseconds