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

/macosx-10.10/lsof-53/lsof/dialects/darwin/kmem/
H A Ddnode.c97 if ((rv->v_flag & VROOT) && rv->v_mount) {
161 if ((va == vas) && (vb.v_flag & VROOT)) {
193 if ((vb.v_flag & VROOT) && vb.v_mount) {
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_cache.c260 while (vp && vp->v_flag & VROOT) {
477 if (!(tvp->v_flag & VROOT) || !tvp->v_mount)
1206 if ((dp->v_flag & VROOT) ||
H A Dvfs_lookup.c1020 if ((dp->v_flag & VROOT) == 0 ||
1230 if (vp && vp->v_flag & VROOT) {
1268 if (vp == NULLVP || vp->v_flag & VROOT)
H A Dvfs_syscalls.c403 if ((vp->v_flag & VROOT) &&
506 if ((vp->v_flag & VROOT) == 0) {
1734 if ((vp->v_flag & VROOT) == 0) {
4506 if (vp->v_flag & VROOT) {
6715 if ((fvp->v_flag & VROOT) &&
7348 if (vp->v_flag & VROOT) {
H A Dvfs_subr.c2029 * If requested, skip over vnodes marked VROOT.
2031 if ((flags & SKIPROOT) && (vp->v_flag & VROOT)) {
2563 if (vp->v_flag & VROOT)
2564 strlcat(sbuf, "|VROOT", sizeof(sbuf));
4695 vp->v_flag |= VROOT;
8373 if ((vp->v_flag & VROOT)) {
H A Dkpi_vfs.c1430 return ((vp->v_flag & VROOT)? 1 : 0);
H A Dvfs_attrlist.c1800 if ((vp->v_flag & VROOT) || vnode_mountedhere(vp)) {
/macosx-10.10/lsof-53/lsof/lib/
H A Drnam.c218 * Read the vnode and see if it's a VDIR node with the VROOT flag set. If
227 || v.v_type != VDIR || !(v.v_flag & VROOT)) {
H A Drnch.c259 * Read the vnode and see if it's a VDIR node with the VROOT flag set. If
268 || v.v_type != VDIR || !(v.v_flag & VROOT)) {
H A Drnmh.c103 * If not defined, NCACHE_VROOT is defined as "VROOT".
134 #define NCACHE_VROOT VROOT /* vnode is root of its file system */
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dvnode_internal.h231 #define VROOT 0x000001 /* root of its file system */ macro
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dbsd_init.c917 rootvnode->v_flag |= VROOT;
/macosx-10.10/ksh-23/ksh/lib/package/
H A Dpackage.mk217 V := $(VROOT:T=F:P=L*)
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dpackage.mk217 V := $(VROOT:T=F:P=L*)

Completed in 266 milliseconds