HomeSort by: relevance | last modified time | path
    Searched refs:EXT2_FIRSTINO (Results 1 - 13 of 13) sorted by relevancy

  /src/sbin/fsck_ext2fs/
pass1b.c 93 if ((inumber < EXT2_FIRSTINO) && (inumber != EXT2_ROOTINO))
pass4.c 89 if (inumber < EXT2_FIRSTINO && inumber > EXT2_ROOTINO)
inode.c 392 if ((inumber < EXT2_FIRSTINO &&
623 (ino == EXT2_ROOTINO || ino >= EXT2_FIRSTINO)
639 if ((ino < EXT2_FIRSTINO && ino != EXT2_ROOTINO) || ino > maxino)
700 if ((ino > EXT2_ROOTINO) && (ino < EXT2_FIRSTINO))
pass1.c 163 if (inumber < EXT2_FIRSTINO &&
274 if (inumber >= EXT2_FIRSTINO || inumber == EXT2_ROOTINO) {
pass5.c 139 if ((j < EXT2_FIRSTINO) && (j != EXT2_ROOTINO)) {
dir.c 306 if ((ino < EXT2_FIRSTINO && ino != EXT2_ROOTINO) || ino > maxino) {
526 if ((parent < EXT2_FIRSTINO && parent != EXT2_ROOTINO)
528 (ino < EXT2_FIRSTINO && ino < EXT2_ROOTINO) || ino >= maxino)
pass2.c 378 (fs2h32(dirp->e2d_ino) < EXT2_FIRSTINO &&
  /src/sbin/newfs_ext2fs/
mke2fs.c 143 #define EXT2_RESERVED_INODES (EXT2_FIRSTINO - 1)
149 #define EXT2_LOSTFOUNDINO EXT2_FIRSTINO /* XXX: not quite */
298 if (num_inodes < EXT2_FIRSTINO)
299 num_inodes = EXT2_FIRSTINO; /* needs reserved inodes + 1 */
406 sblock.e2fs.e2fs_first_ino = EXT2_FIRSTINO;
751 for (i = 1; i < EXT2_FIRSTINO; i++)
1340 if (ino >= EXT2_FIRSTINO) {
  /src/sys/ufs/ext2fs/
ext2fs_dinode.h 90 #define EXT2_FIRSTINO ((ino_t)11)
ext2fs_vfsops.c 1257 if ((ufh.ufid_ino < EXT2_FIRSTINO && ufh.ufid_ino != EXT2_ROOTINO) ||
1440 if (fs->e2fs_first_ino != EXT2_FIRSTINO) {
ext2fs_alloc.c 574 if ((u_int)ino > fs->e2fs.e2fs_icount || (u_int)ino < EXT2_FIRSTINO)
  /src/usr.sbin/installboot/
ext2fs.c 140 (fs->e2fs.e2fs_first_ino != EXT2_FIRSTINO ||
  /src/sys/lib/libsa/
ext2fs.c 432 (ext2fs.e2fs_first_ino != EXT2_FIRSTINO ||

Completed in 20 milliseconds