Lines Matching refs:aa_label
48 RCU_INIT_POINTER(proxy->label, (struct aa_label *)PROXY_POISON); in free_proxy()
60 struct aa_proxy *aa_alloc_proxy(struct aa_label *label, gfp_t gfp) in aa_alloc_proxy()
73 void __aa_proxy_redirect(struct aa_label *orig, struct aa_label *new) in __aa_proxy_redirect()
75 struct aa_label *tmp; in __aa_proxy_redirect()
88 static void __proxy_share(struct aa_label *old, struct aa_label *new) in __proxy_share()
312 static void label_destroy(struct aa_label *label) in label_destroy()
314 struct aa_label *tmp; in label_destroy()
344 void aa_label_free(struct aa_label *label) in aa_label_free()
353 static void label_free_switch(struct aa_label *label) in label_free_switch()
365 struct aa_label *label = container_of(head, struct aa_label, rcu); in label_free_rcu()
374 struct aa_label *label = container_of(kref, struct aa_label, count); in aa_label_kref()
392 static void label_free_or_put_new(struct aa_label *label, struct aa_label *new) in label_free_or_put_new()
401 bool aa_label_init(struct aa_label *label, int size, gfp_t gfp) in aa_label_init()
426 struct aa_label *aa_label_alloc(int size, struct aa_proxy *proxy, gfp_t gfp) in aa_label_alloc()
428 struct aa_label *new; in aa_label_alloc()
469 static int label_cmp(struct aa_label *a, struct aa_label *b) in label_cmp()
480 int aa_label_next_confined(struct aa_label *label, int i) in aa_label_next_confined()
503 struct aa_label *set, in __aa_label_next_not_in_set()
504 struct aa_label *sub) in __aa_label_next_not_in_set()
540 bool aa_label_is_subset(struct aa_label *set, struct aa_label *sub) in aa_label_is_subset()
563 static bool __label_remove(struct aa_label *label, struct aa_label *new) in __label_remove()
599 static bool __label_replace(struct aa_label *old, struct aa_label *new) in __label_replace()
635 static struct aa_label *__label_insert(struct aa_labelset *ls, in __label_insert()
636 struct aa_label *label, bool replace) in __label_insert()
649 struct aa_label *this = rb_entry(*new, struct aa_label, node); in __label_insert()
692 static struct aa_label *__vec_find(struct aa_profile **vec, int n) in __vec_find()
702 struct aa_label *this = rb_entry(node, struct aa_label, node); in __vec_find()
727 static struct aa_label *__label_find(struct aa_label *label) in __label_find()
742 bool aa_label_remove(struct aa_label *label) in aa_label_remove()
765 bool aa_label_replace(struct aa_label *old, struct aa_label *new) in aa_label_replace()
779 struct aa_label *l; in aa_label_replace()
806 static struct aa_label *vec_find(struct aa_profile **vec, int n) in vec_find()
809 struct aa_label *label; in vec_find()
825 static struct aa_label *vec_create_and_insert_label(struct aa_profile **vec, in vec_create_and_insert_label()
828 struct aa_label *label = NULL; in vec_create_and_insert_label()
831 struct aa_label *new; in vec_create_and_insert_label()
859 struct aa_label *aa_vec_find_or_create_label(struct aa_profile **vec, int len, in aa_vec_find_or_create_label()
862 struct aa_label *label = vec_find(vec, len); in aa_vec_find_or_create_label()
880 struct aa_label *aa_label_find(struct aa_label *label) in aa_label_find()
898 struct aa_label *aa_label_insert(struct aa_labelset *ls, struct aa_label *label) in aa_label_insert()
900 struct aa_label *l; in aa_label_insert()
933 struct aa_label *a, in aa_label_next_in_merge()
934 struct aa_label *b) in aa_label_next_in_merge()
975 static int label_merge_cmp(struct aa_label *a, struct aa_label *b, in label_merge_cmp()
976 struct aa_label *z) in label_merge_cmp()
1019 static struct aa_label *label_merge_insert(struct aa_label *new, in label_merge_insert()
1020 struct aa_label *a, in label_merge_insert()
1021 struct aa_label *b) in label_merge_insert()
1023 struct aa_label *label; in label_merge_insert()
1090 static struct aa_labelset *labelset_of_merge(struct aa_label *a, in labelset_of_merge()
1091 struct aa_label *b) in labelset_of_merge()
1112 static struct aa_label *__label_find_merge(struct aa_labelset *ls, in __label_find_merge()
1113 struct aa_label *a, in __label_find_merge()
1114 struct aa_label *b) in __label_find_merge()
1127 struct aa_label *this = container_of(node, struct aa_label, in __label_find_merge()
1153 struct aa_label *aa_label_find_merge(struct aa_label *a, struct aa_label *b) in aa_label_find_merge()
1156 struct aa_label *label, *ar = NULL, *br = NULL; in aa_label_find_merge()
1190 struct aa_label *aa_label_merge(struct aa_label *a, struct aa_label *b, in aa_label_merge()
1193 struct aa_label *label = NULL; in aa_label_merge()
1208 struct aa_label *new; in aa_label_merge()
1231 struct aa_label *label) in label_is_visible()
1274 struct aa_label *label, in label_compound_match()
1332 struct aa_label *label, unsigned int start, in label_components_match()
1390 int aa_label_match(struct aa_profile *profile, struct aa_label *label, in aa_label_match()
1416 bool aa_update_label_name(struct aa_ns *ns, struct aa_label *label, gfp_t gfp) in aa_update_label_name()
1448 static inline bool use_label_hname(struct aa_ns *ns, struct aa_label *label, in use_label_hname()
1523 static const char *label_modename(struct aa_ns *ns, struct aa_label *label, in label_modename()
1556 static inline bool display_mode(struct aa_ns *ns, struct aa_label *label, in display_mode()
1594 struct aa_label *label, int flags) in aa_label_snxprint()
1657 int aa_label_asxprint(char **strp, struct aa_ns *ns, struct aa_label *label, in aa_label_asxprint()
1687 struct aa_label *label, int flags, gfp_t gfp) in aa_label_acntsxprint()
1706 struct aa_label *label, int flags, gfp_t gfp) in aa_label_xaudit()
1736 struct aa_label *label, int flags, gfp_t gfp) in aa_label_seq_xprint()
1759 void aa_label_xprintk(struct aa_ns *ns, struct aa_label *label, int flags, in aa_label_xprintk()
1782 void aa_label_audit(struct audit_buffer *ab, struct aa_label *label, gfp_t gfp) in aa_label_audit()
1790 void aa_label_seq_print(struct seq_file *f, struct aa_label *label, gfp_t gfp) in aa_label_seq_print()
1798 void aa_label_printk(struct aa_label *label, gfp_t gfp) in aa_label_printk()
1831 static struct aa_profile *fqlookupn_profile(struct aa_label *base, in fqlookupn_profile()
1832 struct aa_label *currentbase, in fqlookupn_profile()
1855 struct aa_label *aa_label_strn_parse(struct aa_label *base, const char *str, in aa_label_strn_parse()
1860 struct aa_label *label, *currbase = base; in aa_label_strn_parse()
1936 struct aa_label *aa_label_parse(struct aa_label *base, const char *str, in aa_label_parse()
1959 struct aa_label *this = rb_entry(node, struct aa_label, node); in aa_labelset_destroy()
1981 static struct aa_label *labelset_next_stale(struct aa_labelset *ls) in labelset_next_stale()
1983 struct aa_label *label; in labelset_next_stale()
1992 label = rb_entry(node, struct aa_label, node); in labelset_next_stale()
2019 static struct aa_label *__label_update(struct aa_label *label) in __label_update()
2021 struct aa_label *new, *tmp; in __label_update()
2093 struct aa_label *label; in __labelset_update()
2101 struct aa_label *l = __label_update(label); in __labelset_update()