Home
last modified time | relevance | path

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

/security/apparmor/
A Dlabel.c371 if (label->flags & FLAG_IN_TREE) in label_free_rcu()
613 if (label->flags & FLAG_IN_TREE) { in __label_remove()
615 label->flags &= ~FLAG_IN_TREE; in __label_remove()
643 AA_BUG(new->flags & FLAG_IN_TREE); in __label_replace()
648 if (old->flags & FLAG_IN_TREE) { in __label_replace()
650 old->flags &= ~FLAG_IN_TREE; in __label_replace()
651 new->flags |= FLAG_IN_TREE; in __label_replace()
681 AA_BUG(label->flags & FLAG_IN_TREE); in __label_insert()
712 label->flags |= FLAG_IN_TREE; in __label_insert()
1452 if (!label->hname && label->flags & FLAG_IN_TREE) { in aa_update_label_name()
/security/apparmor/include/
A Dlabel.h90 FLAG_IN_TREE = 0x100, /* label is in tree */ enumerator

Completed in 6 milliseconds