Home
last modified time | relevance | path

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

/security/apparmor/
Dlsm.c126 tracee = begin_current_label_crit_section(); in apparmor_ptrace_traceme()
334 label = begin_current_label_crit_section(); in apparmor_path_link()
351 label = begin_current_label_crit_section(); in apparmor_path_rename()
430 struct aa_label *label = begin_current_label_crit_section(); in apparmor_file_alloc_security()
666 aad(&sa)->label = begin_current_label_crit_section(); in apparmor_setprocattr()
Dapparmorfs.c422 label = begin_current_label_crit_section(); in policy_update()
485 label = begin_current_label_crit_section(); in profile_remove()
688 curr = begin_current_label_crit_section(); in query_data()
784 curr = begin_current_label_crit_section(); in query_label()
1154 label = begin_current_label_crit_section(); in seq_ns_stacked_show()
1168 label = begin_current_label_crit_section(); in seq_ns_nsstacked_show()
1188 label = begin_current_label_crit_section(); in seq_ns_level_show()
1197 struct aa_label *label = begin_current_label_crit_section(); in seq_ns_name_show()
1636 label = begin_current_label_crit_section(); in ns_mkdir_op()
1685 label = begin_current_label_crit_section(); in ns_rmdir_op()
/security/apparmor/include/
Dcontext.h190 static inline struct aa_label *begin_current_label_crit_section(void) in begin_current_label_crit_section() function