Home
last modified time | relevance | path

Searched refs:aa_put_ns (Results 1 – 7 of 7) sorted by relevance

/linux/security/apparmor/
H A Dprocattr.c38 aa_put_ns(current_ns); in aa_getprocattr()
49 aa_put_ns(current_ns); in aa_getprocattr()
59 aa_put_ns(current_ns); in aa_getprocattr()
67 aa_put_ns(current_ns); in aa_getprocattr()
H A Dpolicy_ns.c155 aa_put_ns(ns->parent); in aa_free_ns()
341 aa_put_ns(ns); in __aa_remove_ns()
397 aa_put_ns(ns); in aa_free_root_ns()
H A Dapparmorfs.c204 aa_put_ns(labels_ns(container_of(ref, struct aa_label, count))); in aa_put_common_ref()
525 aa_put_ns(ns); in profile_load()
542 aa_put_ns(ns); in profile_replace()
584 aa_put_ns(ns);
604 aa_put_ns(rev->ns); in ns_revision_release()
1515 aa_put_ns(rawdata->ns); in __aa_fs_remove_rawdata()
1971 aa_put_ns(ns); /* list ref remains */
1977 aa_put_ns(parent); in __aa_fs_list_remove_rawdata()
2014 aa_put_ns(ns); in __aafs_ns_rmdir()
2020 aa_put_ns(paren in __aafs_ns_mkdir_entries()
[all...]
H A Dpolicy.c337 aa_put_ns(profile->ns); in aa_free_profile()
685 aa_put_ns(ns); in aa_alloc_null()
1400 aa_put_ns(ns); in aa_replace_profiles()
1509 aa_put_ns(ns);
1515 aa_put_ns(ns);
H A Dlabel.c1806 aa_put_ns(ns); in aa_label_printk()
H A Dpolicy_unpack.c142 aa_put_ns(ns); in do_ploaddata_rmfs()
/linux/security/apparmor/include/
H A Dpolicy_ns.h126 static inline void aa_put_ns(struct aa_ns *ns) in aa_put_ns() function