Searched refs:EXT2_FIRST_INO (Results 1 – 5 of 5) sorted by relevance
129 if (ino < EXT2_FIRST_INO(sb) || in ext2_free_inode()514 if (ino < EXT2_FIRST_INO(sb) || ino > le32_to_cpu(es->s_inodes_count)) { in ext2_new_inode()
186 #define EXT2_FIRST_INO(s) (EXT2_SB(s)->s_first_ino) macro
1315 if ((ino != EXT2_ROOT_INO && ino < EXT2_FIRST_INO(sb)) || in ext2_get_inode()
364 if (ino < EXT2_FIRST_INO(sb) && ino != EXT2_ROOT_INO) in ext2_nfs_get_inode()
431 -#define EXT2_FIRST_INO(s) (EXT2_SB(s)->s_first_ino)437 -#define EXT2_FIRST_INO(s) (((s)->s_rev_level == EXT2_GOOD_OLD_REV) ? \