Home
last modified time | relevance | path

Searched refs:FLAG_IN_TREE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/security/apparmor/
H A Dlabel.c365 if (label->flags & FLAG_IN_TREE) in label_free_rcu()
607 if (label->flags & FLAG_IN_TREE) { in __label_remove()
609 label->flags &= ~FLAG_IN_TREE; in __label_remove()
637 AA_BUG(new->flags & FLAG_IN_TREE); in __label_replace()
642 if (old->flags & FLAG_IN_TREE) { in __label_replace()
644 old->flags &= ~FLAG_IN_TREE; in __label_replace()
645 new->flags |= FLAG_IN_TREE; in __label_replace()
674 AA_BUG(label->flags & FLAG_IN_TREE); in __label_insert()
705 label->flags |= FLAG_IN_TREE; in __label_insert()
1462 if (!label->hname && label->flags & FLAG_IN_TREE) { in aa_update_label_name()
/openbmc/linux/security/apparmor/include/
H A Dlabel.h89 FLAG_IN_TREE = 0x100, /* label is in tree */ enumerator