Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/sys/
H A Dnamei.h149 #define NAMEI_NODOTDOT 0x8000 /* prevent '..' path traversal */ macro
/xnu-12377.81.4/bsd/vfs/
H A Dvfs_lookup.c345 ndp->ni_flag |= NAMEI_NODOTDOT; in namei()
1408 if ((ndp->ni_flag & NAMEI_NODOTDOT)) {
H A Dvfs_cache.c1859 if (ndp->ni_flag & NAMEI_NODOTDOT) { in cache_lookup_path()