Lines Matching refs:aa_label
37 static inline struct aa_label *aa_cred_raw_label(const struct cred *cred) in aa_cred_raw_label()
39 struct aa_label *label = cred_label(cred); in aa_cred_raw_label()
51 static inline struct aa_label *aa_get_newest_cred_label(const struct cred *cred) in aa_get_newest_cred_label()
64 static inline struct aa_label *__aa_task_raw_label(struct task_struct *task) in __aa_task_raw_label()
77 static inline struct aa_label *aa_current_raw_label(void) in aa_current_raw_label()
91 static inline struct aa_label *aa_get_current_label(void) in aa_get_current_label()
93 struct aa_label *l = aa_current_raw_label(); in aa_get_current_label()
110 static inline void end_current_label_crit_section(struct aa_label *label) in end_current_label_crit_section()
128 static inline struct aa_label *__begin_current_label_crit_section(void) in __begin_current_label_crit_section()
130 struct aa_label *label = aa_current_raw_label(); in __begin_current_label_crit_section()
150 static inline struct aa_label *begin_current_label_crit_section(void) in begin_current_label_crit_section()
152 struct aa_label *label = aa_current_raw_label(); in begin_current_label_crit_section()
166 struct aa_label *label; in aa_get_current_ns()