EXT2_FIRSTINO
if ((ino < EXT2_FIRSTINO && ino != EXT2_ROOTINO) || ino > maxino) {
if ((parent < EXT2_FIRSTINO && parent != EXT2_ROOTINO)
(ino < EXT2_FIRSTINO && ino < EXT2_ROOTINO) || ino >= maxino)
if ((inumber < EXT2_FIRSTINO &&
(ino == EXT2_ROOTINO || ino >= EXT2_FIRSTINO)
if ((ino < EXT2_FIRSTINO && ino != EXT2_ROOTINO) || ino > maxino)
if ((ino > EXT2_ROOTINO) && (ino < EXT2_FIRSTINO))
if (inumber < EXT2_FIRSTINO &&
if (inumber >= EXT2_FIRSTINO || inumber == EXT2_ROOTINO) {
if ((inumber < EXT2_FIRSTINO) && (inumber != EXT2_ROOTINO))
(fs2h32(dirp->e2d_ino) < EXT2_FIRSTINO &&
if (inumber < EXT2_FIRSTINO && inumber > EXT2_ROOTINO)
if ((j < EXT2_FIRSTINO) && (j != EXT2_ROOTINO)) {
if (ino >= EXT2_FIRSTINO) {
#define EXT2_RESERVED_INODES (EXT2_FIRSTINO - 1)
#define EXT2_LOSTFOUNDINO EXT2_FIRSTINO /* XXX: not quite */
if (num_inodes < EXT2_FIRSTINO)
num_inodes = EXT2_FIRSTINO; /* needs reserved inodes + 1 */
sblock.e2fs.e2fs_first_ino = EXT2_FIRSTINO;
for (i = 1; i < EXT2_FIRSTINO; i++)
(ext2fs.e2fs_first_ino != EXT2_FIRSTINO ||
if ((u_int)ino > fs->e2fs.e2fs_icount || (u_int)ino < EXT2_FIRSTINO)
if ((ufh.ufid_ino < EXT2_FIRSTINO && ufh.ufid_ino != EXT2_ROOTINO) ||
if (fs->e2fs_first_ino != EXT2_FIRSTINO) {
(fs->e2fs.e2fs_first_ino != EXT2_FIRSTINO ||