Lines Matching refs:needput
130 bool needput; in apparmor_ptrace_access_check() local
134 tracer = __begin_current_label_crit_section(&needput); in apparmor_ptrace_access_check()
138 __end_current_label_crit_section(tracer, needput); in apparmor_ptrace_access_check()
149 bool needput; in apparmor_ptrace_traceme() local
151 tracee = __begin_current_label_crit_section(&needput); in apparmor_ptrace_traceme()
157 __end_current_label_crit_section(tracee, needput); in apparmor_ptrace_traceme()
223 bool needput; in common_perm() local
225 label = __begin_current_label_crit_section(&needput); in common_perm()
229 __end_current_label_crit_section(label, needput); in common_perm()
464 bool needput; in apparmor_file_open() local
481 label = aa_get_newest_cred_label_condref(file->f_cred, &needput); in apparmor_file_open()
498 aa_put_label_condref(label, needput); in apparmor_file_open()
527 bool needput; in common_file_perm() local
533 label = __begin_current_label_crit_section(&needput); in common_file_perm()
535 __end_current_label_crit_section(label, needput); in common_file_perm()
668 bool needput; in apparmor_uring_override_creds() local
673 label = __begin_current_label_crit_section(&needput); in apparmor_uring_override_creds()
677 __end_current_label_crit_section(label, needput); in apparmor_uring_override_creds()
693 bool needput; in apparmor_uring_sqpoll() local
697 label = __begin_current_label_crit_section(&needput); in apparmor_uring_sqpoll()
701 __end_current_label_crit_section(label, needput); in apparmor_uring_sqpoll()
712 bool needput; in apparmor_sb_mount() local
720 label = __begin_current_label_crit_section(&needput); in apparmor_sb_mount()
739 __end_current_label_crit_section(label, needput); in apparmor_sb_mount()
749 bool needput; in apparmor_move_mount() local
751 label = __begin_current_label_crit_section(&needput); in apparmor_move_mount()
755 __end_current_label_crit_section(label, needput); in apparmor_move_mount()
764 bool needput; in apparmor_sb_umount() local
766 label = __begin_current_label_crit_section(&needput); in apparmor_sb_umount()
769 __end_current_label_crit_section(label, needput); in apparmor_sb_umount()
994 bool needput; in apparmor_current_getlsmprop_subj() local
996 label = __begin_current_label_crit_section(&needput); in apparmor_current_getlsmprop_subj()
998 __end_current_label_crit_section(label, needput); in apparmor_current_getlsmprop_subj()
1015 bool needput; in apparmor_task_setrlimit() local
1017 label = __begin_current_label_crit_section(&needput); in apparmor_task_setrlimit()
1022 __end_current_label_crit_section(label, needput); in apparmor_task_setrlimit()
1033 bool needput; in apparmor_task_kill() local
1045 cl = __begin_current_label_crit_section(&needput); in apparmor_task_kill()
1047 __end_current_label_crit_section(cl, needput); in apparmor_task_kill()
1080 bool needput; in apparmor_sk_alloc_security() local
1082 label = __begin_current_label_crit_section(&needput); in apparmor_sk_alloc_security()
1087 __end_current_label_crit_section(label, needput); in apparmor_sk_alloc_security()
1200 bool needput; in apparmor_unix_stream_connect() local
1202 label = __begin_current_label_crit_section(&needput); in apparmor_unix_stream_connect()
1204 __end_current_label_crit_section(label, needput); in apparmor_unix_stream_connect()
1243 bool needput; in apparmor_unix_may_send() local
1245 label = __begin_current_label_crit_section(&needput); in apparmor_unix_may_send()
1256 __end_current_label_crit_section(label, needput); in apparmor_unix_may_send()