Searched refs:EXT2_ROOTINO (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/fs/ext2fs/
H A Dext2_dinode.h42 #define EXT2_ROOTINO ((ino_t)2) macro
H A Dext2_inode_cnv.c105 if ((ip->i_number < EXT2_FIRST_INO(fs) && ip->i_number != EXT2_ROOTINO) ||
106 (ip->i_number < EXT2_ROOTINO) ||
112 if (ip->i_number == EXT2_ROOTINO && ei->e2di_nlink == 0) {
H A Dext2_lookup.c1246 if (target->i_number == EXT2_ROOTINO) {
1273 if (dirbuf.dotdot_ino == EXT2_ROOTINO)
H A Dext2_vfsops.c1320 if (ufhp->ufid_ino < EXT2_ROOTINO ||
1426 error = VFS_VGET(mp, EXT2_ROOTINO, LK_EXCLUSIVE, &nvp);
H A Dext2_vnops.c1933 if (ip->i_number == EXT2_ROOTINO)
/freebsd-12-stable/stand/libsa/
H A Dext2fs.c124 #define EXT2_ROOTINO 2 macro
419 inumber = EXT2_ROOTINO;
528 inumber = (ino_t)EXT2_ROOTINO;

Completed in 210 milliseconds