Lines Matching refs:aa_profile

612 static void profile_query_cb(struct aa_profile *profile, struct aa_perms *perms,  in profile_query_cb()
670 struct aa_profile *profile; in query_data()
759 struct aa_profile *profile; in query_label()
1074 struct aa_profile *profile = labels_profile(label); in seq_profile_name_show()
1085 struct aa_profile *profile = labels_profile(label); in seq_profile_mode_show()
1096 struct aa_profile *profile = labels_profile(label); in seq_profile_attach_show()
1112 struct aa_profile *profile = labels_profile(label); in seq_profile_hash_show()
1164 struct aa_profile *profile; in seq_ns_nsstacked_show()
1518 void __aafs_profile_rmdir(struct aa_profile *profile) in __aafs_profile_rmdir()
1520 struct aa_profile *child; in __aafs_profile_rmdir()
1545 void __aafs_profile_migrate_dents(struct aa_profile *old, in __aafs_profile_migrate_dents()
1546 struct aa_profile *new) in __aafs_profile_migrate_dents()
1567 struct aa_profile *profile, in create_profile_file()
1581 static int profile_depth(struct aa_profile *profile) in profile_depth()
1625 struct aa_profile *profile; in rawdata_get_link_base()
1682 int __aafs_profile_mkdir(struct aa_profile *profile, struct dentry *parent) in __aafs_profile_mkdir()
1684 struct aa_profile *child; in __aafs_profile_mkdir()
1692 struct aa_profile *p; in __aafs_profile_mkdir()
1915 struct aa_profile *child; in __aafs_ns_rmdir()
2024 struct aa_profile *child; in __aafs_ns_mkdir()
2125 static struct aa_profile *__first_profile(struct aa_ns *root, in __first_profile()
2134 struct aa_profile, base.list); in __first_profile()
2148 static struct aa_profile *__next_profile(struct aa_profile *p) in __next_profile()
2150 struct aa_profile *parent; in __next_profile()
2187 static struct aa_profile *next_profile(struct aa_ns *root, in next_profile()
2188 struct aa_profile *profile) in next_profile()
2190 struct aa_profile *next = __next_profile(profile); in next_profile()
2209 struct aa_profile *profile = NULL; in p_start()
2237 struct aa_profile *profile = p; in p_next()
2253 struct aa_profile *profile = p; in p_stop()
2273 struct aa_profile *profile = (struct aa_profile *)p; in seq_show_profile()