Home
last modified time | relevance | path

Searched refs:VL_LABELED (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/security/
H A Dmac_vfs_subr.c68 if (vp->v_lflag & VL_LABELED) { in vnode_label()
79 if (vp->v_lflag & VL_LABELED) { in vnode_label()
104 vp->v_lflag |= VL_LABELED; in vnode_label()
156 vp->v_lflag &= ~VL_LABELED; in vnode_relabel()
H A Dmac_vfs.c259 vp->v_lflag &= ~VL_LABELED; in mac_vnode_label_recycle()
/xnu-12377.41.6/bsd/security/audit/
H A Daudit_arg.c810 if (*vnode_mac_labelp == NULL && (vp->v_lflag & VL_LABELED) == VL_LABELED) { in audit_arg_vnpath()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_internal.h272 #define VL_LABELED 0x0400 /* vnode is labeled */ macro
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_subr.c6049 if (vp->v_lflag & VL_LABELED || mac_vnode_label(vp) != NULL) { in new_vnode()