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

/macosx-10.10/xnu-2782.1.97/security/
H A Dmac_vfs_subr.c77 if ((vp->v_lflag & VL_LABEL) == 0) {
78 vp->v_lflag |= VL_LABEL;
96 vp->v_lflag &= ~VL_LABEL;
108 while (vp->v_lflag & VL_LABEL) {
141 while (vp->v_lflag & VL_LABEL) {
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dvnode_internal.h218 #define VL_LABEL 0x0100 /* 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.
4142 assert ((vp->v_lflag & VL_LABEL) != VL_LABEL);

Completed in 126 milliseconds