Home
last modified time | relevance | path

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

/linux-4.4.14/arch/tile/mm/
Delf.c55 exe_file = get_mm_exe_file(mm); in notify_exec()
/linux-4.4.14/arch/arc/kernel/
Dtroubleshoot.c69 exe_file = get_mm_exe_file(mm); in print_task_path_n_nm()
/linux-4.4.14/kernel/
Dfork.c414 RCU_INIT_POINTER(mm->exe_file, get_mm_exe_file(oldmm)); in dup_mmap()
546 RCU_INIT_POINTER(mm->exe_file, get_mm_exe_file(oldmm)); in dup_mmap()
753 struct file *get_mm_exe_file(struct mm_struct *mm) in get_mm_exe_file() function
764 EXPORT_SYMBOL(get_mm_exe_file);
Daudit.c1864 exe_file = get_mm_exe_file(mm); in audit_log_d_path_exe()
Dsys.c1681 exe_file = get_mm_exe_file(mm); in prctl_set_mm_exe_file()
/linux-4.4.14/drivers/oprofile/
Dbuffer_sync.c233 exe_file = get_mm_exe_file(mm); in get_exec_dcookie()
/linux-4.4.14/arch/powerpc/oprofile/cell/
Dspu_task_sync.c332 exe_file = get_mm_exe_file(mm); in get_exec_dcookie_and_offset()
/linux-4.4.14/security/tomoyo/
Dutil.c957 exe_file = get_mm_exe_file(mm); in tomoyo_get_exe()
/linux-4.4.14/fs/
Dcoredump.c136 exe_file = get_mm_exe_file(current->mm); in cn_print_exe_file()
/linux-4.4.14/include/linux/
Dmm.h1901 extern struct file *get_mm_exe_file(struct mm_struct *mm);
/linux-4.4.14/fs/proc/
Dbase.c1558 exe_file = get_mm_exe_file(mm); in proc_exe_link()