Searched refs:ISSYMLINK (Results 1 – 3 of 3) sorted by relevance
178 #define ISSYMLINK 0x08000000 /* symlink needs interpretation */ macro188 (NOEXECCHECK | MAKEENTRY | ISSYMLINK | ISLASTCN | ISDOTDOT | \
722 if ((cnp->cn_flags & ISSYMLINK) == 0) { in namei() 878 MPASS((cnp->cn_flags & ISSYMLINK) == 0);981 * has ISLASTCN or'ed if the path is completed or ISSYMLINK or'ed if a1056 cnp->cn_flags &= ~ISSYMLINK; in vfs_lookup() 1346 cnp->cn_flags |= ISSYMLINK; in vfs_lookup() 1470 if ((cnp->cn_flags & (FAILIFEXISTS | ISSYMLINK)) == FAILIFEXISTS) in vfs_lookup() 1509 cnp->cn_flags &= ~ISSYMLINK; in vfs_relookup()
734 if ((cnp->cn_flags & ISSYMLINK) == 0) { in nfsvno_namei()