Home
last modified time | relevance | path

Searched refs:EXT2_FIRSTINO (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/sbin/newfs_ext2fs/
H A Dmke2fs.c143 #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()
/netbsd-src/sbin/fsck_ext2fs/
H A Dinode.c392 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()
H A Dpass1.c163 if (inumber < EXT2_FIRSTINO && in checkinode()
274 if (inumber >= EXT2_FIRSTINO || inumber == EXT2_ROOTINO) { in checkinode()
H A Dpass1b.c93 if ((inumber < EXT2_FIRSTINO) && (inumber != EXT2_ROOTINO)) in pass1b()
H A Dpass4.c89 if (inumber < EXT2_FIRSTINO && inumber > EXT2_ROOTINO) in pass4()
H A Ddir.c306 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()
H A Dpass5.c139 if ((j < EXT2_FIRSTINO) && (j != EXT2_ROOTINO)) { in pass5()
H A Dpass2.c378 (fs2h32(dirp->e2d_ino) < EXT2_FIRSTINO && in pass2check()
/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_dinode.h90 #define EXT2_FIRSTINO ((ino_t)11) macro
H A Dext2fs_vfsops.c1261 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()
H A Dext2fs_alloc.c574 if ((u_int)ino > fs->e2fs.e2fs_icount || (u_int)ino < EXT2_FIRSTINO) in ext2fs_vfree()
/netbsd-src/usr.sbin/installboot/
H A Dext2fs.c140 (fs->e2fs.e2fs_first_ino != EXT2_FIRSTINO || in ext2fs_read_sblock()
/netbsd-src/sys/lib/libsa/
H A Dext2fs.c432 (ext2fs.e2fs_first_ino != EXT2_FIRSTINO || in read_sblock()