Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dnamei.h188 #define CN_WANTSRSRCFORK 0x04000000 macro
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_lookup.c949 if ((cnp->cn_flags & CN_WANTSRSRCFORK) && (dp != NULLVP)) { in lookup_handle_found_vnode()
1286 …cn_flags & ISLASTCN) && namei_compound_available(dp, ndp) && !(cnp->cn_flags & CN_WANTSRSRCFORK)) {
1363 if (cnp->cn_flags & CN_WANTSRSRCFORK) {
1675 u_int rsrclen = (cnp->cn_flags & CN_WANTSRSRCFORK) ? sizeof(_PATH_RSRCFORKSPEC) : 0;
H A Dvfs_vnops.c233 if (ndp->ni_cnd.cn_flags & CN_WANTSRSRCFORK) { in vn_open_auth_do_create()
H A Dvfs_cache.c1612 cnp->cn_flags |= CN_WANTSRSRCFORK; in cache_lookup_path()
H A Dvfs_syscalls.c5615 if (ndp->ni_cnd.cn_flags & CN_WANTSRSRCFORK) { in unlinkat_internal()