Lines Matching refs:aa_ns

415 			     loff_t *pos, struct aa_ns *ns)  in policy_update()
446 struct aa_ns *ns = aa_get_ns(f->f_inode->i_private); in profile_load()
463 struct aa_ns *ns = aa_get_ns(f->f_inode->i_private); in profile_replace()
483 struct aa_ns *ns = aa_get_ns(f->f_inode->i_private); in profile_remove()
518 struct aa_ns *ns;
597 void __aa_bump_ns_revision(struct aa_ns *ns) in __aa_bump_ns_revision()
1448 int __aa_fs_create_rawdata(struct aa_ns *ns, struct aa_loaddata *rawdata) in __aa_fs_create_rawdata()
1809 struct aa_ns *ns, *parent; in ns_mkdir_op()
1859 struct aa_ns *ns, *parent; in ns_rmdir_op()
1906 static void __aa_fs_list_remove_rawdata(struct aa_ns *ns) in __aa_fs_list_remove_rawdata()
1920 void __aafs_ns_rmdir(struct aa_ns *ns) in __aafs_ns_rmdir()
1922 struct aa_ns *sub; in __aafs_ns_rmdir()
1969 static int __aafs_ns_mkdir_entries(struct aa_ns *ns, struct dentry *dir) in __aafs_ns_mkdir_entries()
2028 int __aafs_ns_mkdir(struct aa_ns *ns, struct dentry *parent, const char *name, in __aafs_ns_mkdir()
2031 struct aa_ns *sub; in __aafs_ns_mkdir()
2094 static struct aa_ns *__next_ns(struct aa_ns *root, struct aa_ns *ns) in __next_ns()
2096 struct aa_ns *parent, *next; in __next_ns()
2133 static struct aa_profile *__first_profile(struct aa_ns *root, in __first_profile()
2134 struct aa_ns *ns) in __first_profile()
2159 struct aa_ns *ns = p->ns; in __next_profile()
2195 static struct aa_profile *next_profile(struct aa_ns *root, in next_profile()
2218 struct aa_ns *root = aa_get_current_ns(); in p_start()
2246 struct aa_ns *ns = f->private; in p_next()
2262 struct aa_ns *root = f->private, *ns; in p_stop()
2282 struct aa_ns *root = f->private; in seq_show_profile()
2607 struct aa_ns *ns; in policy_get_link()