Searched refs:exe_file (Results 1 – 8 of 8) sorted by relevance
58 struct file *exe_file; in print_task_path_n_nm() local65 exe_file = get_mm_exe_file(mm); in print_task_path_n_nm()68 if (exe_file) { in print_task_path_n_nm()69 path_nm = file_path(exe_file, buf, ARC_PATH_MAX-1); in print_task_path_n_nm()70 fput(exe_file); in print_task_path_n_nm()
306 struct file *exe_file; in get_current_exe_path() local310 exe_file = get_task_exe_file(current); in get_current_exe_path()311 if (!exe_file) in get_current_exe_path()313 p = exe_file->f_path; in get_current_exe_path()319 fput(exe_file); in get_current_exe_path()
564 struct file *exe_file; in dup_mm_exe_file() local566 exe_file = get_mm_exe_file(oldmm); in dup_mm_exe_file()567 RCU_INIT_POINTER(mm->exe_file, exe_file); in dup_mm_exe_file()572 if (exe_file && exe_file_deny_write_access(exe_file)) in dup_mm_exe_file()1096 RCU_INIT_POINTER(mm->exe_file, NULL); in mm_init()1246 old_exe_file = rcu_dereference_raw(mm->exe_file); in set_mm_exe_file()1257 rcu_assign_pointer(mm->exe_file, new_exe_file); in set_mm_exe_file()1307 old_exe_file = rcu_dereference_raw(mm->exe_file); in replace_mm_exe_file()1308 rcu_assign_pointer(mm->exe_file, new_exe_file); in replace_mm_exe_file()1327 struct file *exe_file; in get_mm_exe_file() local[all …]
2409 struct file *exe_file; in audit_log_d_path_exe() local2414 exe_file = get_mm_exe_file(mm); in audit_log_d_path_exe()2415 if (!exe_file) in audit_log_d_path_exe()2418 audit_log_d_path(ab, " exe=", &exe_file->f_path); in audit_log_d_path_exe()2419 fput(exe_file); in audit_log_d_path_exe()
968 struct file *exe_file; in tomoyo_get_exe() local974 exe_file = get_mm_exe_file(mm); in tomoyo_get_exe()975 if (!exe_file) in tomoyo_get_exe()978 cp = tomoyo_realpath_from_path(&exe_file->f_path); in tomoyo_get_exe()979 fput(exe_file); in tomoyo_get_exe()
221 mm->exe_file, in dump_mm()
1783 struct file *exe_file; in proc_exe_link() local1788 exe_file = get_task_exe_file(task); in proc_exe_link()1790 if (exe_file) { in proc_exe_link()1791 *exe_path = exe_file->f_path; in proc_exe_link()1792 path_get(&exe_file->f_path); in proc_exe_link()1793 fput(exe_file); in proc_exe_link()
5883 struct file __rcu *exe_file; in BTF_TYPE_SAFE_RCU_OR_NULL() local