Searched refs:VL_LABELWAIT (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/security/
H A Dmac_vfs_subr.c98 if (vp->v_lflag & VL_LABELWAIT) {
99 vp->v_lflag &= ~VL_LABELWAIT;
109 vp->v_lflag |= VL_LABELWAIT;
142 vp->v_lflag |= VL_LABELWAIT;
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dvnode_internal.h219 #define VL_LABELWAIT 0x0200 /* vnode is marked for labeling */ macro
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c4138 * We should never see VL_LABELWAIT or VL_LABEL here.
4141 assert ((vp->v_lflag & VL_LABELWAIT) != VL_LABELWAIT);

Completed in 227 milliseconds