Searched refs:ISSYMLINK (Results 1 – 2 of 2) sorted by relevance
183 #define ISSYMLINK 0x08000000 /* symlink needs interpretation */ macro193 (HASBUF | NOEXECCHECK | MAKEENTRY | ISSYMLINK | ISLASTCN | ISDOTDOT | \
616 if ((cnp->cn_flags & ISSYMLINK) == 0) { in namei()831 cnp->cn_flags &= ~ISSYMLINK; in lookup()1156 cnp->cn_flags |= ISSYMLINK; in lookup()1277 if ((cnp->cn_flags & (FAILIFEXISTS | ISSYMLINK)) == FAILIFEXISTS) in lookup()1302 MPASS((cnp->cn_flags & ISSYMLINK) == 0); in lookup()1333 cnp->cn_flags &= ~ISSYMLINK; in relookup()