Searched refs:EXT2_FIRST_INO (Results 1 – 7 of 7) sorted by relevance
53 if ((!ino || ino >= EXT2_FIRST_INO(fs->super)) && in ext2fs_mkdir()
90 #define EXT2_FIRST_INO(s) (EXT2_SB(s)->s_first_ino) macro96 #define EXT2_FIRST_INO(s) (((s)->s_rev_level == EXT2_GOOD_OLD_REV) ? \ macro
820 ext2_ino_t first_ino = EXT2_FIRST_INO(fs->super); in main()
116 #define EXT2_FIRST_INODE(s) EXT2_FIRST_INO(s)
622 (dotdot < EXT2_FIRST_INO(ctx->fs->super) && in check_is_really_dir()625 (de.inode < EXT2_FIRST_INO(ctx->fs->super) && in check_is_really_dir()3282 (ino == EXT2_ROOT_INO || ino >= EXT2_FIRST_INO(fs->super)) && in check_blocks()
360 for (ino = 1; ino < EXT2_FIRST_INO(fs->super); ino++) in write_reserved_inodes()