Searched refs:ROOTINO (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Ddinode.h81 #define ROOTINO ((ino_t)2) macro
87 * See the comments about ROOTINO above.
H A Dufs_vfsops.c111 if (error = VFS_VGET(mp, (ino64_t)ROOTINO, &nvp, context))
H A Dufs_lookup.c1013 rootino = ROOTINO;
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_vfsops.c858 rootvp = ufs_ihashget(ump->um_dev, ROOTINO);
915 sbp->f_files = (uint64_t) ((unsigned long)(fs->fs_ncg * fs->fs_ipg - ROOTINO));
948 (fs->fs_ncg * fs->fs_ipg - ROOTINO)));
1384 vfsp.vnfs_markroot = (ip->i_number == ROOTINO);
1473 if (ino < ROOTINO || ino >= fs->fs_ncg * fs->fs_ipg)

Completed in 35 milliseconds