Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/sys/
H A Dnamei.h189 #define CN_WANTSRSRCFORK 0x04000000 macro
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_lookup.c949 if ((cnp->cn_flags & CN_WANTSRSRCFORK) && (dp != NULLVP)) { in lookup_handle_found_vnode()
1290 …cn_flags & ISLASTCN) && namei_compound_available(dp, ndp) && !(cnp->cn_flags & CN_WANTSRSRCFORK)) {
1367 if (cnp->cn_flags & CN_WANTSRSRCFORK) {
1679 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.c1825 cnp->cn_flags |= CN_WANTSRSRCFORK; in cache_lookup_path()
H A Dvfs_syscalls.c6143 if (ndp->ni_cnd.cn_flags & CN_WANTSRSRCFORK) { in unlinkat_internal()