Home
last modified time | relevance | path

Searched refs:VTRAVERSE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h415 #define VTRAVERSE 0x80000 macro
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c3680 ASSERT((dp->v_flag & VTRAVERSE) != 0); in prlookup()
3944 PTOV(pnp)->v_flag |= VTRAVERSE; in pr_lookup_piddir()
4363 vp->v_flag |= VTRAVERSE; in pr_lookup_fddir()
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c3097 if ((pvp->v_flag & VTRAVERSE) != 0) { in vn_setpath_common()