Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/vfs/
H A Dvfs_vnops.c382 uint32_t origcnflags; in vn_open_auth() local
398 origcnflags = ndp->ni_cnd.cn_flags; in vn_open_auth()
444 …if ((fmode & O_EXCL) == 0 && (fmode & O_NOFOLLOW) == 0 && (origcnflags & FOLLOW) != 0 && (fmode & … in vn_open_auth()
570 if (fmode & O_NOFOLLOW || fmode & O_SYMLINK || (origcnflags & FOLLOW) == 0) { in vn_open_auth()