Searched refs:EXT2_FIRST_INO (Results 1 – 4 of 4) sorted by relevance
106 #define EXT2_FIRST_INO(s) (EXT2_SB(s)->s_first_ino) macro111 #define EXT2_FIRST_INO(s) (((s)->s_rev_level == EXT2_GOOD_OLD_REV) ? \ macro
129 if (ino < EXT2_FIRST_INO(sb) || in ext2_free_inode()521 if (ino < EXT2_FIRST_INO(sb) || ino > le32_to_cpu(es->s_inodes_count)) { in ext2_new_inode()
325 if (ino < EXT2_FIRST_INO(sb) && ino != EXT2_ROOT_INO) in ext2_nfs_get_inode()
1222 if ((ino != EXT2_ROOT_INO && ino < EXT2_FIRST_INO(sb)) || in ext2_get_inode()