Searched refs:EXT2_FIRST_INO (Results 1 – 4 of 4) sorted by relevance
129 if (ino < EXT2_FIRST_INO(sb) || in ext2_free_inode()526 if (ino < EXT2_FIRST_INO(sb) || ino > le32_to_cpu(es->s_inodes_count)) { in ext2_new_inode()
183 #define EXT2_FIRST_INO(s) (EXT2_SB(s)->s_first_ino) macro
1334 if ((ino != EXT2_ROOT_INO && ino < EXT2_FIRST_INO(sb)) || in ext2_get_inode()
380 if (ino < EXT2_FIRST_INO(sb) && ino != EXT2_ROOT_INO) in ext2_nfs_get_inode()