Searched refs:exe_file (Results 1 – 2 of 2) sorted by relevance
158 struct file *exe_file; in cn_print_exe_file() local162 exe_file = get_mm_exe_file(current->mm); in cn_print_exe_file()163 if (!exe_file) in cn_print_exe_file()172 path = file_path(exe_file, pathbuf, PATH_MAX); in cn_print_exe_file()183 fput(exe_file); in cn_print_exe_file()
1596 struct file *exe_file; in proc_exe_link() local1601 exe_file = get_task_exe_file(task); in proc_exe_link()1603 if (exe_file) { in proc_exe_link()1604 *exe_path = exe_file->f_path; in proc_exe_link()1605 path_get(&exe_file->f_path); in proc_exe_link()1606 fput(exe_file); in proc_exe_link()