Home
last modified time | relevance | path

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

/security/apparmor/
A Dlabel.c603 AA_BUG(!ls); in __label_remove()
639 AA_BUG(!ls); in __label_replace()
677 AA_BUG(!ls); in __label_insert()
786 AA_BUG(!ls); in aa_label_remove()
924 AA_BUG(!ls); in aa_label_insert()
1137 AA_BUG(!ls); in __label_find_merge()
1960 AA_BUG(!ls); in aa_labelset_destroy()
1963 for (node = rb_first(&ls->root); node; node = rb_first(&ls->root)) { in aa_labelset_destroy()
1980 AA_BUG(!ls); in aa_labelset_init()
1983 ls->root = RB_ROOT; in aa_labelset_init()
[all …]
/security/apparmor/include/
A Dlabel.h261 void aa_labelset_destroy(struct aa_labelset *ls);
262 void aa_labelset_init(struct aa_labelset *ls);
277 struct aa_label *aa_label_insert(struct aa_labelset *ls, struct aa_label *l);
279 bool aa_label_make_newest(struct aa_labelset *ls, struct aa_label *old,

Completed in 7 milliseconds