Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dnamei.h188 #define CN_WANTSRSRCFORK 0x04000000 macro
/xnu-10063.101.15/bsd/vfs/
H A Dvfs_lookup.c946 if ((cnp->cn_flags & CN_WANTSRSRCFORK) && (dp != NULLVP)) { in lookup_handle_found_vnode()
1287 …cn_flags & ISLASTCN) && namei_compound_available(dp, ndp) && !(cnp->cn_flags & CN_WANTSRSRCFORK)) {
1364 if (cnp->cn_flags & CN_WANTSRSRCFORK) {
1676 u_int rsrclen = (cnp->cn_flags & CN_WANTSRSRCFORK) ? sizeof(_PATH_RSRCFORKSPEC) : 0;
H A Dvfs_vnops.c230 if (ndp->ni_cnd.cn_flags & CN_WANTSRSRCFORK) { in vn_open_auth_do_create()
H A Dvfs_cache.c1837 cnp->cn_flags |= CN_WANTSRSRCFORK; in cache_lookup_path()
H A Dvfs_syscalls.c6141 if (ndp->ni_cnd.cn_flags & CN_WANTSRSRCFORK) { in unlinkat_internal()