Searched refs:ISSYMLINK (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dnamei.h170 #define ISSYMLINK 0x00010000 /* symlink needs interpretation */ macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c207 if ((cnp->cn_flags & ISSYMLINK) == 0) {
358 if ((cnp->cn_flags & ISSYMLINK) == 0) {
633 cnp->cn_flags |= ISSYMLINK;
885 cnp->cn_flags &= ~ISSYMLINK;
1418 cnp->cn_flags &= ~ISSYMLINK;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_serv.c2030 if (ni.ni_cnd.cn_flags & ISSYMLINK)
2292 if (ni.ni_cnd.cn_flags & ISSYMLINK)
H A Dnfs_subs.c2102 if (cnp->cn_flags & ISSYMLINK) {

Completed in 83 milliseconds