Searched refs:exe_file (Results 1 – 2 of 2) sorted by relevance
230 struct file *exe_file; in get_exec_dcookie() local235 exe_file = get_mm_exe_file(mm); in get_exec_dcookie()236 if (!exe_file) in get_exec_dcookie()239 cookie = fast_get_dcookie(&exe_file->f_path); in get_exec_dcookie()240 fput(exe_file); in get_exec_dcookie()
141 if (mm->exe_file) { in get_full_task_comm()142 char *pathname = d_path(&mm->exe_file->f_path, buf, in get_full_task_comm()