Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h554 #define P_LNSPACE_RESOLVER 0x80000000 /* process is the namespace resolver */ macro
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_syscalls.c12281 *is_resolver = ((p->p_lflag & P_LNSPACE_RESOLVER) && in nspace_resolver_get_proc_state()
12309 p->p_lflag |= P_LNSPACE_RESOLVER; in nspace_resolver_set_proc_state()
12331 if ((p->p_lflag & P_LNSPACE_RESOLVER) != 0 || in nspace_materialization_get_proc_state()
12344 if (p->p_lflag & P_LNSPACE_RESOLVER) { in nspace_materialization_set_proc_state()
12631 if ((p->p_lflag & P_LNSPACE_RESOLVER) && in nspace_resolver_exited()
/xnu-12377.41.6/bsd/kern/
H A Dkern_exit.c2296 if (p->p_lflag & P_LNSPACE_RESOLVER) { in proc_exit()