Searched refs:VL_LABELED (Results 1 – 5 of 5) sorted by relevance
68 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()
259 vp->v_lflag &= ~VL_LABELED; in mac_vnode_label_recycle()
810 if (*vnode_mac_labelp == NULL && (vp->v_lflag & VL_LABELED) == VL_LABELED) { in audit_arg_vnpath()
272 #define VL_LABELED 0x0400 /* vnode is labeled */ macro
6049 if (vp->v_lflag & VL_LABELED || mac_vnode_label(vp) != NULL) { in new_vnode()