Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dvnode_internal.h307 #define VISUNION 0x200000 /* union special processing */ macro
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_subr.c11489 vp->v_flag |= VISUNION; in vn_setunionwait()
11498 while ((vp->v_flag & VISUNION) == VISUNION) { in vn_checkunionwait()
11510 if ((vp->v_flag & VISUNION) == VISUNION) { in vn_clearunionwait()
11511 vp->v_flag &= ~VISUNION; in vn_clearunionwait()