Home
last modified time | relevance | path

Searched refs:UNIONCREATED (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.81.2/bsd/sys/
H A Dnamei.h186 #define UNIONCREATED 0x02000000 /* union fs creation of vnode */ macro
/xnu-8792.81.2/bsd/vfs/
H A Dvfs_subr.c6773 if ((cnp->cn_flags & UNIONCREATED) == UNIONCREATED) { in vnode_create_internal()