Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/ !
H A Dnamei.h199 #define CN_WANTSRSRCFORK 0x04000000 macro
/xnu-12377.41.6/bsd/vfs/ !
H A Dvfs_lookup.c1150 if ((cnp->cn_flags & CN_WANTSRSRCFORK) && (dp != NULLVP)) { in lookup_handle_found_vnode()
1526 …cn_flags & ISLASTCN) && namei_compound_available(dp, ndp) && !(cnp->cn_flags & CN_WANTSRSRCFORK)) {
1603 if (cnp->cn_flags & CN_WANTSRSRCFORK) {
1941 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.c1884 cnp->cn_flags |= CN_WANTSRSRCFORK; in cache_lookup_path()
H A Dvfs_subr.c8311 if (!error && cnp && (cnp->cn_flags & CN_WANTSRSRCFORK)) { in vn_authorize_unlink()
8403 if (cnp && (cnp->cn_flags & CN_WANTSRSRCFORK)) { in vn_authorize_open_existing()
8504 if (cnp && (cnp->cn_flags & CN_WANTSRSRCFORK)) { in vn_authorize_create()
H A Dvfs_syscalls.c6612 if (ndp->ni_cnd.cn_flags & CN_WANTSRSRCFORK) { in unlinkat_internal()