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

/external/e2fsprogs/lib/ext2fs/
H A Dalloc.c54 if (start_inode < EXT2_FIRST_INODE(fs->super))
55 start_inode = EXT2_FIRST_INODE(fs->super);
63 i = EXT2_FIRST_INODE(fs->super);
H A Dinitialize.c228 if (super->s_inodes_count < EXT2_FIRST_INODE(super)+1)
229 super->s_inodes_count = EXT2_FIRST_INODE(super)+1;
H A Dext2fs.h122 #define EXT2_FIRST_INODE(s) EXT2_FIRST_INO(s) macro
/external/e2fsprogs/e2fsck/
H A Dpass4.c125 (i > EXT2_ROOT_INO && i < EXT2_FIRST_INODE(fs->super)))
H A Dpass1b.c303 if (ino >= EXT2_FIRST_INODE(fs->super) ||
406 sd.first_inode = EXT2_FIRST_INODE(fs->super);
H A Dsuper.c251 if ((ino < EXT2_FIRST_INODE(fs->super)) ||
275 ((next_ino < EXT2_FIRST_INODE(fs->super)) ||
H A Djournal.c748 (sb->s_journal_inum < EXT2_FIRST_INODE(sb));
H A Dpass2.c880 (dirent->inode < EXT2_FIRST_INODE(fs->super))) ||
H A Dpass1.c747 } else if (ino < EXT2_FIRST_INODE(fs->super)) {
/external/e2fsprogs/misc/
H A Dmke2fs.c572 for (i = EXT2_ROOT_INO + 1; i < EXT2_FIRST_INODE(fs->super); i++) {
/external/e2fsprogs/resize/
H A Dresize2fs.c1158 new_inode = EXT2_FIRST_INODE(rfs->new_fs->super);

Completed in 84 milliseconds