Home
last modified time | relevance | path

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

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