Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dtroubleshoot.c65 exe_file = get_mm_exe_file(mm); in print_task_path_n_nm()
/OK3568_Linux_fs/kernel/drivers/oprofile/
H A Dbuffer_sync.c235 exe_file = get_mm_exe_file(mm); in get_exec_dcookie()
/OK3568_Linux_fs/kernel/kernel/
H A Dfork.c500 RCU_INIT_POINTER(mm->exe_file, get_mm_exe_file(oldmm)); in dup_mmap()
672 RCU_INIT_POINTER(mm->exe_file, get_mm_exe_file(oldmm)); in dup_mmap()
1215 struct file *get_mm_exe_file(struct mm_struct *mm) in get_mm_exe_file() function
1226 EXPORT_SYMBOL(get_mm_exe_file);
1244 exe_file = get_mm_exe_file(mm); in get_task_exe_file()
H A Daudit.c2200 exe_file = get_mm_exe_file(mm); in audit_log_d_path_exe()
H A Dsys.c1867 exe_file = get_mm_exe_file(mm); in prctl_set_mm_exe_file()
/OK3568_Linux_fs/kernel/arch/powerpc/oprofile/cell/
H A Dspu_task_sync.c328 exe_file = get_mm_exe_file(mm); in get_exec_dcookie_and_offset()
/OK3568_Linux_fs/kernel/security/tomoyo/
H A Dutil.c969 exe_file = get_mm_exe_file(mm); in tomoyo_get_exe()
/OK3568_Linux_fs/kernel/fs/
H A Dcoredump.c163 exe_file = get_mm_exe_file(current->mm); in cn_print_exe_file()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmm.h2728 extern struct file *get_mm_exe_file(struct mm_struct *mm);