Home
last modified time | relevance | path

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

/Linux-v5.4/security/apparmor/
Dlabel.c367 if (label->flags & FLAG_IN_TREE) in label_free_rcu()
577 if (label->flags & FLAG_IN_TREE) { in __label_remove()
579 label->flags &= ~FLAG_IN_TREE; in __label_remove()
607 AA_BUG(new->flags & FLAG_IN_TREE); in __label_replace()
612 if (old->flags & FLAG_IN_TREE) { in __label_replace()
614 old->flags &= ~FLAG_IN_TREE; in __label_replace()
615 new->flags |= FLAG_IN_TREE; in __label_replace()
644 AA_BUG(label->flags & FLAG_IN_TREE); in __label_insert()
675 label->flags |= FLAG_IN_TREE; in __label_insert()
1434 if (!label->hname && label->flags & FLAG_IN_TREE) { in aa_update_label_name()
/Linux-v5.4/security/apparmor/include/
Dlabel.h93 FLAG_IN_TREE = 0x100, /* label is in tree */ enumerator