Home
last modified time | relevance | path

Searched refs:EXT2_ROOTINO (Results 1 – 5 of 5) sorted by relevance

/trueos/sys/fs/ext2fs/
HDext2_dinode.h40 #define EXT2_ROOTINO ((ino_t)2) macro
HDext2_lookup.c1081 if (target->i_number == EXT2_ROOTINO) { in ext2_checkpath()
1108 if (dirbuf.dotdot_ino == EXT2_ROOTINO) in ext2_checkpath()
HDext2_vfsops.c1016 if (ufhp->ufid_ino < EXT2_ROOTINO || in ext2_fhtovp()
1096 error = VFS_VGET(mp, EXT2_ROOTINO, LK_EXCLUSIVE, &nvp); in ext2_root()
HDext2_vnops.c1513 if (ip->i_number == EXT2_ROOTINO) in ext2_vinit()
/trueos/lib/libstand/
HDext2fs.c124 #define EXT2_ROOTINO 2 macro
419 inumber = EXT2_ROOTINO; in ext2fs_open()
528 inumber = (ino_t)EXT2_ROOTINO; in ext2fs_open()