Home
last modified time | relevance | path

Searched refs:P_LNSPACE_RESOLVER (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/sys/
H A Dproc_internal.h554 #define P_LNSPACE_RESOLVER 0x80000000 /* process is the namespace resolver */ macro
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_syscalls.c12211 *is_resolver = ((p->p_lflag & P_LNSPACE_RESOLVER) && in nspace_resolver_get_proc_state()
12239 p->p_lflag |= P_LNSPACE_RESOLVER; in nspace_resolver_set_proc_state()
12261 if ((p->p_lflag & P_LNSPACE_RESOLVER) != 0 || in nspace_materialization_get_proc_state()
12274 if (p->p_lflag & P_LNSPACE_RESOLVER) { in nspace_materialization_set_proc_state()
12541 if ((p->p_lflag & P_LNSPACE_RESOLVER) && in nspace_resolver_exited()
/xnu-12377.1.9/bsd/kern/
H A Dkern_exit.c2263 if (p->p_lflag & P_LNSPACE_RESOLVER) { in proc_exit()