Lines Matching refs:aa_label
22 static inline struct aa_label *cred_label(const struct cred *cred)
24 struct aa_label **blob = cred->security + apparmor_blob_sizes.lbs_cred;
31 struct aa_label *label)
33 struct aa_label **blob = cred->security + apparmor_blob_sizes.lbs_cred;
47 static inline struct aa_label *aa_cred_raw_label(const struct cred *cred)
49 struct aa_label *label = cred_label(cred);
61 static inline struct aa_label *aa_get_newest_cred_label(const struct cred *cred)
74 static inline struct aa_label *__aa_task_raw_label(struct task_struct *task)
87 static inline struct aa_label *aa_current_raw_label(void)
101 static inline struct aa_label *aa_get_current_label(void)
103 struct aa_label *l = aa_current_raw_label();
120 static inline void end_current_label_crit_section(struct aa_label *label)
138 static inline struct aa_label *__begin_current_label_crit_section(void)
140 struct aa_label *label = aa_current_raw_label();
160 static inline struct aa_label *begin_current_label_crit_section(void)
162 struct aa_label *label = aa_current_raw_label();
178 struct aa_label *label;