Searched refs:exe_file (Results 1 – 2 of 2) sorted by relevance
162 struct file *exe_file; in cn_print_exe_file() local166 exe_file = get_mm_exe_file(current->mm); in cn_print_exe_file()167 if (!exe_file) in cn_print_exe_file()176 path = file_path(exe_file, pathbuf, PATH_MAX); in cn_print_exe_file()192 fput(exe_file); in cn_print_exe_file()
1739 struct file *exe_file; in proc_exe_link() local1744 exe_file = get_task_exe_file(task); in proc_exe_link()1746 if (exe_file) { in proc_exe_link()1747 *exe_path = exe_file->f_path; in proc_exe_link()1748 path_get(&exe_file->f_path); in proc_exe_link()1749 fput(exe_file); in proc_exe_link()