Searched refs:EXT2_FIRSTINO (Results 1 – 13 of 13) sorted by relevance
143 #define EXT2_RESERVED_INODES (EXT2_FIRSTINO - 1)149 #define EXT2_LOSTFOUNDINO EXT2_FIRSTINO /* XXX: not quite */298 if (num_inodes < EXT2_FIRSTINO) in mke2fs() 299 num_inodes = EXT2_FIRSTINO; /* needs reserved inodes + 1 */ in mke2fs() 406 sblock.e2fs.e2fs_first_ino = EXT2_FIRSTINO; in mke2fs() 751 for (i = 1; i < EXT2_FIRSTINO; i++) in initcg() 1340 if (ino >= EXT2_FIRSTINO) { in iput()
392 if ((inumber < EXT2_FIRSTINO && in ginode()623 (ino == EXT2_ROOTINO || ino >= EXT2_FIRSTINO) in findino()639 if ((ino < EXT2_FIRSTINO && ino != EXT2_ROOTINO) || ino > maxino) in pinode()700 if ((ino > EXT2_ROOTINO) && (ino < EXT2_FIRSTINO)) in allocino()
163 if (inumber < EXT2_FIRSTINO && in checkinode()274 if (inumber >= EXT2_FIRSTINO || inumber == EXT2_ROOTINO) { in checkinode()
93 if ((inumber < EXT2_FIRSTINO) && (inumber != EXT2_ROOTINO)) in pass1b()
89 if (inumber < EXT2_FIRSTINO && inumber > EXT2_ROOTINO) in pass4()
306 if ((ino < EXT2_FIRSTINO && ino != EXT2_ROOTINO) || ino > maxino) { in fileerror()526 if ((parent < EXT2_FIRSTINO && parent != EXT2_ROOTINO) in makeentry()528 (ino < EXT2_FIRSTINO && ino < EXT2_ROOTINO) || ino >= maxino) in makeentry()
139 if ((j < EXT2_FIRSTINO) && (j != EXT2_ROOTINO)) { in pass5()
378 (fs2h32(dirp->e2d_ino) < EXT2_FIRSTINO && in pass2check()
90 #define EXT2_FIRSTINO ((ino_t)11) macro
1261 if ((ufh.ufid_ino < EXT2_FIRSTINO && ufh.ufid_ino != EXT2_ROOTINO) || in ext2fs_fhtovp() 1444 if (fs->e2fs_first_ino != EXT2_FIRSTINO) { in ext2fs_sbfill()
574 if ((u_int)ino > fs->e2fs.e2fs_icount || (u_int)ino < EXT2_FIRSTINO) in ext2fs_vfree()
140 (fs->e2fs.e2fs_first_ino != EXT2_FIRSTINO || in ext2fs_read_sblock()
432 (ext2fs.e2fs_first_ino != EXT2_FIRSTINO || in read_sblock()