Searched refs:NAMEI_NODOTDOT (Results 1 – 3 of 3) sorted by relevance
149 #define NAMEI_NODOTDOT 0x8000 /* prevent '..' path traversal */ macro
339 ndp->ni_flag |= NAMEI_NODOTDOT; in namei()1402 if ((ndp->ni_flag & NAMEI_NODOTDOT)) {
1859 if (ndp->ni_flag & NAMEI_NODOTDOT) { in cache_lookup_path()