Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/vfs/
H A Dvfs_vnops.c381 uint32_t origcnflags; in vn_open_auth() local
397 origcnflags = ndp->ni_cnd.cn_flags; in vn_open_auth()
430 if ((fmode & O_EXCL) == 0 && (fmode & O_NOFOLLOW) == 0 && (origcnflags & FOLLOW) != 0) { in vn_open_auth()
550 if (fmode & O_NOFOLLOW || fmode & O_SYMLINK || (origcnflags & FOLLOW) == 0) { in vn_open_auth()