Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arc/kernel/
Dtroubleshoot.c65 exe_file = get_mm_exe_file(mm); in print_task_path_n_nm()
/Linux-v6.6/kernel/
Dfork.c635 exe_file = get_mm_exe_file(oldmm); in dup_mm_exe_file()
1447 old_exe_file = get_mm_exe_file(mm); in replace_mm_exe_file()
1490 struct file *get_mm_exe_file(struct mm_struct *mm) in get_mm_exe_file() function
1518 exe_file = get_mm_exe_file(mm); in get_task_exe_file()
Daudit.c2200 exe_file = get_mm_exe_file(mm); in audit_log_d_path_exe()
/Linux-v6.6/security/tomoyo/
Dutil.c974 exe_file = get_mm_exe_file(mm); in tomoyo_get_exe()
/Linux-v6.6/fs/
Dcoredump.c167 exe_file = get_mm_exe_file(current->mm); in cn_print_exe_file()
/Linux-v6.6/include/linux/
Dmm.h3260 extern struct file *get_mm_exe_file(struct mm_struct *mm);