Home
last modified time | relevance | path

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

/xnu-12377.41.6/security/
H A Dmac_vfs_subr.c84 if ((vp->v_lflag & VL_LABEL) == 0) { in vnode_label()
85 vp->v_lflag |= VL_LABEL; in vnode_label()
106 vp->v_lflag &= ~VL_LABEL; in vnode_label()
118 while (vp->v_lflag & VL_LABEL) { in vnode_label()
150 while (vp->v_lflag & VL_LABEL) { in vnode_relabel()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_internal.h270 #define VL_LABEL 0x0100 /* vnode is marked for labeling */ macro
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_subr.c6048 assert((vp->v_lflag & VL_LABEL) != VL_LABEL); in new_vnode()