Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dnamei.h178 #define ISSYMLINK 0x08000000 /* symlink needs interpretation */ macro
188 (NOEXECCHECK | MAKEENTRY | ISSYMLINK | ISLASTCN | ISDOTDOT | \
/freebsd/sys/kern/
H A Dvfs_lookup.c722 if ((cnp->cn_flags & ISSYMLINK) == 0) { in namei()
878 MPASS((cnp->cn_flags & ISSYMLINK) == 0); in vfs_lookup_failifexists()
1056 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()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c703 if ((cnp->cn_flags & ISSYMLINK) == 0) { in nfsvno_namei()