Searched refs:EXT2_FIRST_INO (Results 1 – 6 of 6) sorted by relevance
53 if ((!ino || ino >= EXT2_FIRST_INO(fs->super)) && in ext2fs_mkdir()
99 #define EXT2_FIRST_INO(s) (EXT2_SB(s)->s_first_ino) macro105 #define EXT2_FIRST_INO(s) (((s)->s_rev_level == EXT2_GOOD_OLD_REV) ? \ macro
810 ext2_ino_t first_ino = EXT2_FIRST_INO(fs->super); in main()
123 #define EXT2_FIRST_INODE(s) EXT2_FIRST_INO(s)
730 (dotdot < EXT2_FIRST_INO(ctx->fs->super) && in check_is_really_dir()733 (de.inode < EXT2_FIRST_INO(ctx->fs->super) && in check_is_really_dir()3508 (ino == EXT2_ROOT_INO || ino >= EXT2_FIRST_INO(fs->super)) && in check_blocks()
363 for (ino = 1; ino < EXT2_FIRST_INO(fs->super); ino++) { in write_reserved_inodes()