Searched refs:FLAG_IN_TREE (Results 1 – 2 of 2) sorted by relevance
371 if (label->flags & FLAG_IN_TREE) in label_free_rcu()581 if (label->flags & FLAG_IN_TREE) { in __label_remove()583 label->flags &= ~FLAG_IN_TREE; in __label_remove()611 AA_BUG(new->flags & FLAG_IN_TREE); in __label_replace()616 if (old->flags & FLAG_IN_TREE) { in __label_replace()618 old->flags &= ~FLAG_IN_TREE; in __label_replace()619 new->flags |= FLAG_IN_TREE; in __label_replace()648 AA_BUG(label->flags & FLAG_IN_TREE); in __label_insert()679 label->flags |= FLAG_IN_TREE; in __label_insert()1438 if (!label->hname && label->flags & FLAG_IN_TREE) { in aa_update_label_name()
97 FLAG_IN_TREE = 0x100, /* label is in tree */ enumerator