Lines Matching refs:aa_profile

252 	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()
352 void __aa_fs_profile_rmdir(struct aa_profile *profile) in __aa_fs_profile_rmdir()
354 struct aa_profile *child; in __aa_fs_profile_rmdir()
375 void __aa_fs_profile_migrate_dents(struct aa_profile *old, in __aa_fs_profile_migrate_dents()
376 struct aa_profile *new) in __aa_fs_profile_migrate_dents()
387 struct aa_profile *profile, in create_profile_file()
401 int __aa_fs_profile_mkdir(struct aa_profile *profile, struct dentry *parent) in __aa_fs_profile_mkdir()
403 struct aa_profile *child; in __aa_fs_profile_mkdir()
408 struct aa_profile *p; in __aa_fs_profile_mkdir()
480 struct aa_profile *child; in __aa_fs_namespace_rmdir()
505 struct aa_profile *child; in __aa_fs_namespace_mkdir()
605 static struct aa_profile *__first_profile(struct aa_namespace *root, in __first_profile()
611 struct aa_profile, base.list); in __first_profile()
625 static struct aa_profile *__next_profile(struct aa_profile *p) in __next_profile()
627 struct aa_profile *parent; in __next_profile()
662 static struct aa_profile *next_profile(struct aa_namespace *root, in next_profile()
663 struct aa_profile *profile) in next_profile()
665 struct aa_profile *next = __next_profile(profile); in next_profile()
684 struct aa_profile *profile = NULL; in p_start()
713 struct aa_profile *profile = p; in p_next()
729 struct aa_profile *profile = p; in p_stop()
749 struct aa_profile *profile = (struct aa_profile *)p; in seq_show_profile()