HomeSort by relevance Sort by last modified time
    Searched refs:EXT2_FIRST_INODE (Results 1 - 12 of 12) sorted by null

  /external/e2fsprogs/lib/ext2fs/
alloc.c 108 if (start_inode < EXT2_FIRST_INODE(fs->super))
109 start_inode = EXT2_FIRST_INODE(fs->super);
134 i = EXT2_FIRST_INODE(fs->super);
initialize.c 307 if (super->s_inodes_count < EXT2_FIRST_INODE(super)+1)
308 super->s_inodes_count = EXT2_FIRST_INODE(super)+1;
ext2fs.h 116 #define EXT2_FIRST_INODE(s) EXT2_FIRST_INO(s)
    [all...]
  /external/e2fsprogs/e2fsck/
pass4.c 145 (i > EXT2_ROOT_INO && i < EXT2_FIRST_INODE(fs->super)))
pass1b.c 345 if (ino >= EXT2_FIRST_INODE(fs->super) ||
472 sd.first_inode = EXT2_FIRST_INODE(fs->super);
super.c 257 if ((ino < EXT2_FIRST_INODE(fs->super)) ||
281 ((next_ino < EXT2_FIRST_INODE(fs->super)) ||
pass1.c     [all...]
journal.c 856 (sb->s_journal_inum < EXT2_FIRST_INODE(sb));
pass2.c     [all...]
  /external/e2fsprogs/lib/support/
mkquota.c 121 if (qf_ino >= EXT2_FIRST_INODE(fs->super)) {
483 ino >= EXT2_FIRST_INODE(fs->super))) {
  /external/e2fsprogs/misc/
mke2fs.c 547 for (i = EXT2_ROOT_INO + 1; i < EXT2_FIRST_INODE(fs->super); i++)
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c     [all...]

Completed in 192 milliseconds