Lines Matching refs:label
106 struct aa_label __rcu *label; member
265 void aa_label_destroy(struct aa_label *label);
266 void aa_label_free(struct aa_label *label);
268 bool aa_label_init(struct aa_label *label, int size, gfp_t gfp);
276 bool aa_label_remove(struct aa_label *label);
290 bool aa_update_label_name(struct aa_ns *ns, struct aa_label *label, gfp_t gfp);
298 struct aa_label *label, int flags);
299 int aa_label_asxprint(char **strp, struct aa_ns *ns, struct aa_label *label,
302 struct aa_label *label, int flags, gfp_t gfp);
304 struct aa_label *label, int flags, gfp_t gfp);
306 struct aa_label *label, int flags, gfp_t gfp);
307 void aa_label_xprintk(struct aa_ns *ns, struct aa_label *label, int flags,
309 void aa_label_printk(struct aa_label *label, gfp_t gfp);
346 struct aa_label *label, aa_state_t state, bool subns,
412 AA_BUG(!l->proxy->label); in aa_get_newest_label()
417 tmp = aa_get_label_rcu(&l->proxy->label); in aa_get_newest_label()