Searched refs:VROOT (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c252 while (vp && vp->v_flag & VROOT) {
458 if (!(tvp->v_flag & VROOT) || !tvp->v_mount)
1136 if ((dp->v_flag & VROOT) ||
H A Dvfs_lookup.c972 if ((dp->v_flag & VROOT) == 0 ||
1033 (dp->v_flag & VROOT) && (dp->v_mount != NULL) &&
H A Dvfs_syscalls.c379 if ((vp->v_flag & VROOT) &&
450 if ((vp->v_flag & VROOT) == 0) {
1680 if ((vp->v_flag & VROOT) == 0) {
3999 if (vp->v_flag & VROOT) {
6083 if ((fvp->v_flag & VROOT) &&
6672 if (vp->v_flag & VROOT) {
6983 if ((vp->v_flag & VROOT) && (vp->v_mount->mnt_flag & MNT_UNION)) {
H A Dvfs_subr.c1982 * If requested, skip over vnodes marked VROOT.
1984 if ((flags & SKIPROOT) && (vp->v_flag & VROOT)) {
2503 if (vp->v_flag & VROOT)
2504 strlcat(sbuf, "|VROOT", sizeof(sbuf));
4523 vp->v_flag |= VROOT;
H A Dvfs_attrlist.c1789 mntstat = (vp->v_flag & VROOT) ? DIR_MNTSTATUS_MNTPOINT : 0;
H A Dkpi_vfs.c1663 return ((vp->v_flag & VROOT)? 1 : 0);
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h247 #define VROOT 0x000001 /* root of its file system */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dbsd_init.c894 rootvnode->v_flag |= VROOT;

Completed in 114 milliseconds