Home
last modified time | relevance | path

Searched refs:aa_get_profile_rcu (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/security/apparmor/include/
Dpolicy.h303 static inline struct aa_profile *aa_get_profile_rcu(struct aa_profile __rcu **p) in aa_get_profile_rcu() function
330 return aa_get_profile_rcu(&p->replacedby->profile); in aa_get_newest_profile()
/linux-4.4.14/security/apparmor/
Dapparmorfs.c252 struct aa_profile *profile = aa_get_profile_rcu(&r->profile); in aa_fs_seq_profname_show()
275 struct aa_profile *profile = aa_get_profile_rcu(&r->profile); in aa_fs_seq_profmode_show()
298 struct aa_profile *profile = aa_get_profile_rcu(&r->profile); in aa_fs_seq_profattach_show()
326 struct aa_profile *profile = aa_get_profile_rcu(&r->profile); in aa_fs_seq_hash_show()
Ddomain.c639 root = aa_get_profile_rcu(&profile->parent); in aa_change_hat()