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

/darwin-on-arm/xnu/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;
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h235 #define VL_LABELWAIT 0x0200 /* 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.
3982 assert ((vp->v_lflag & VL_LABELWAIT) != VL_LABELWAIT);

Completed in 90 milliseconds