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

/darwin-on-arm/xnu/bsd/sys/
H A Dnamei.h184 #define CN_ALLOWRSRCFORK 0x08000000 macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c486 if (cnp->cn_flags & CN_ALLOWRSRCFORK) {
494 if (cnp->cn_flags & CN_ALLOWRSRCFORK) {
503 if (cnp->cn_flags & CN_ALLOWRSRCFORK) {
H A Dvfs_vnops.c394 ndp->ni_cnd.cn_flags |= CN_ALLOWRSRCFORK;
501 ndp->ni_cnd.cn_flags |= CN_ALLOWRSRCFORK;
H A Dvfs_xattr.c655 cn.cn_flags = ISLASTCN | CN_ALLOWRSRCFORK;
H A Dvfs_syscalls.c3967 ndp->ni_cnd.cn_flags |= CN_ALLOWRSRCFORK;
4626 nd.ni_cnd.cn_flags |= CN_ALLOWRSRCFORK;
4693 ndp->ni_cnd.cn_flags |= CN_ALLOWRSRCFORK;

Completed in 44 milliseconds