Home
last modified time | relevance | path

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

/linux-4.1.27/security/apparmor/include/
Dpolicy.h154 struct aa_replacedby { struct
205 struct aa_replacedby *replacedby;
345 static inline struct aa_replacedby *aa_get_replacedby(struct aa_replacedby *p) in aa_get_replacedby()
353 static inline void aa_put_replacedby(struct aa_replacedby *p) in aa_put_replacedby()
/linux-4.1.27/security/apparmor/
Dapparmorfs.c230 struct aa_replacedby *r = aa_get_replacedby(inode->i_private); in aa_fs_seq_profile_open()
251 struct aa_replacedby *r = seq->private; in aa_fs_seq_profname_show()
274 struct aa_replacedby *r = seq->private; in aa_fs_seq_profmode_show()
297 struct aa_replacedby *r = seq->private; in aa_fs_seq_profattach_show()
325 struct aa_replacedby *r = seq->private; in aa_fs_seq_hash_show()
364 struct aa_replacedby *r; in __aa_fs_profile_rmdir()
390 struct aa_replacedby *r = aa_get_replacedby(profile->replacedby); in create_profile_file()
Dpolicy.c563 static void free_replacedby(struct aa_replacedby *r) in free_replacedby()
575 struct aa_replacedby *r = container_of(kref, struct aa_replacedby, in aa_free_replacedby_kref()
655 profile->replacedby = kzalloc(sizeof(struct aa_replacedby), GFP_KERNEL); in aa_alloc_profile()
1172 struct aa_replacedby *r = ent->new->replacedby; in aa_replace_profiles()