Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/mm/
Delf.c55 exe_file = get_mm_exe_file(mm); in notify_exec()
/linux-4.1.27/arch/arc/kernel/
Dtroubleshoot.c66 exe_file = get_mm_exe_file(mm); in print_task_path_n_nm()
/linux-4.1.27/kernel/
Dfork.c407 RCU_INIT_POINTER(mm->exe_file, get_mm_exe_file(oldmm)); in dup_mmap()
537 RCU_INIT_POINTER(mm->exe_file, get_mm_exe_file(oldmm)); in dup_mmap()
744 struct file *get_mm_exe_file(struct mm_struct *mm) in get_mm_exe_file() function
755 EXPORT_SYMBOL(get_mm_exe_file);
Daudit.c1850 exe_file = get_mm_exe_file(mm); in audit_log_d_path_exe()
Dsys.c1682 exe_file = get_mm_exe_file(mm); in prctl_set_mm_exe_file()
/linux-4.1.27/drivers/oprofile/
Dbuffer_sync.c233 exe_file = get_mm_exe_file(mm); in get_exec_dcookie()
/linux-4.1.27/arch/powerpc/oprofile/cell/
Dspu_task_sync.c332 exe_file = get_mm_exe_file(mm); in get_exec_dcookie_and_offset()
/linux-4.1.27/fs/
Dcoredump.c135 exe_file = get_mm_exe_file(current->mm); in cn_print_exe_file()
/linux-4.1.27/security/tomoyo/
Dutil.c957 exe_file = get_mm_exe_file(mm); in tomoyo_get_exe()
/linux-4.1.27/include/linux/
Dmm.h1860 extern struct file *get_mm_exe_file(struct mm_struct *mm);
/linux-4.1.27/fs/proc/
Dbase.c1370 exe_file = get_mm_exe_file(mm); in proc_exe_link()