Searched refs:EXT2_FIRST_INODE (Results 1 – 11 of 11) sorted by relevance
54 if (start_inode < EXT2_FIRST_INODE(fs->super)) in ext2fs_new_inode()55 start_inode = EXT2_FIRST_INODE(fs->super); in ext2fs_new_inode()63 i = EXT2_FIRST_INODE(fs->super); in ext2fs_new_inode()
228 if (super->s_inodes_count < EXT2_FIRST_INODE(super)+1) in ext2fs_initialize()229 super->s_inodes_count = EXT2_FIRST_INODE(super)+1; in ext2fs_initialize()
122 #define EXT2_FIRST_INODE(s) EXT2_FIRST_INO(s) macro
125 (i > EXT2_ROOT_INO && i < EXT2_FIRST_INODE(fs->super))) in e2fsck_pass4()
251 if ((ino < EXT2_FIRST_INODE(fs->super)) || in release_orphan_inodes()275 ((next_ino < EXT2_FIRST_INODE(fs->super)) || in release_orphan_inodes()
303 if (ino >= EXT2_FIRST_INODE(fs->super) || in pass1b()406 sd.first_inode = EXT2_FIRST_INODE(fs->super); in pass1c()
748 (sb->s_journal_inum < EXT2_FIRST_INODE(sb)); in e2fsck_check_ext3_journal()
880 (dirent->inode < EXT2_FIRST_INODE(fs->super))) || in check_dir_block()
747 } else if (ino < EXT2_FIRST_INODE(fs->super)) { in e2fsck_pass1()
572 for (i = EXT2_ROOT_INO + 1; i < EXT2_FIRST_INODE(fs->super); i++) { in reserve_inodes()
1158 new_inode = EXT2_FIRST_INODE(rfs->new_fs->super); in inode_scan_and_fix()