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

/xnu-2782.1.97/bsd/vfs/
H A Dvfs_vnops.c364 uint32_t origcnflags; local
379 origcnflags = ndp->ni_cnd.cn_flags;
401 if ((fmode & O_EXCL) == 0 && (fmode & O_NOFOLLOW) == 0 && (origcnflags & FOLLOW) != 0)
513 if (fmode & O_NOFOLLOW || fmode & O_SYMLINK || (origcnflags & FOLLOW) == 0) {

Completed in 78 milliseconds