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

/darwin-on-arm/xnu/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) {
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h234 #define VL_LABEL 0x0100 /* vnode is marked for labeling */ macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c3979 * We should never see VL_LABELWAIT or VL_LABEL here.
3983 assert ((vp->v_lflag & VL_LABEL) != VL_LABEL);

Completed in 84 milliseconds