Lines Matching refs:aa_profile
72 struct aa_profile *profile;
73 struct aa_profile *onexec;
74 struct aa_profile *previous;
82 int aa_replace_current_profile(struct aa_profile *profile);
83 int aa_set_current_onexec(struct aa_profile *profile);
84 int aa_set_current_hat(struct aa_profile *profile, u64 token);
86 struct aa_profile *aa_get_task_profile(struct task_struct *task);
97 static inline struct aa_profile *aa_cred_profile(const struct cred *cred) in aa_cred_profile()
112 static inline struct aa_profile *__aa_task_profile(struct task_struct *task) in __aa_task_profile()
136 static inline struct aa_profile *__aa_current_profile(void) in __aa_current_profile()
149 static inline struct aa_profile *aa_current_profile(void) in aa_current_profile()
152 struct aa_profile *profile; in aa_current_profile()