Home
last modified time | relevance | path

Searched refs:get_mm_exe_file (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/security/landlock/
H A Ddomain.c53 file = get_mm_exe_file(mm); in get_current_exe()
/linux-6.15/arch/arc/kernel/
H A Dtroubleshoot.c65 exe_file = get_mm_exe_file(mm); in print_task_path_n_nm()
/linux-6.15/kernel/
H A Daudit_watch.c540 exe_file = get_mm_exe_file(current->mm); in audit_exe_compare()
H A Dfork.c596 exe_file = get_mm_exe_file(oldmm); in dup_mm_exe_file()
1482 old_exe_file = get_mm_exe_file(mm); in replace_mm_exe_file()
1526 struct file *get_mm_exe_file(struct mm_struct *mm) in get_mm_exe_file() function
1555 exe_file = get_mm_exe_file(mm); in get_task_exe_file()
H A Daudit.c2215 exe_file = get_mm_exe_file(mm); in audit_log_d_path_exe()
/linux-6.15/security/tomoyo/
H A Dutil.c974 exe_file = get_mm_exe_file(mm); in tomoyo_get_exe()
/linux-6.15/fs/
H A Dcoredump.c174 exe_file = get_mm_exe_file(current->mm); in cn_print_exe_file()
/linux-6.15/include/linux/
H A Dmm.h3440 extern struct file *get_mm_exe_file(struct mm_struct *mm);