Searched refs:old_exe_file (Results 1 – 1 of 1) sorted by relevance
1169 struct file *old_exe_file; in set_mm_exe_file() local1188 if (old_exe_file) { in set_mm_exe_file()1189 allow_write_access(old_exe_file); in set_mm_exe_file()1190 fput(old_exe_file); in set_mm_exe_file()1207 struct file *old_exe_file; in replace_mm_exe_file() local1212 if (old_exe_file) { in replace_mm_exe_file()1218 &old_exe_file->f_path)) in replace_mm_exe_file()1222 fput(old_exe_file); in replace_mm_exe_file()1234 if (old_exe_file) { in replace_mm_exe_file()1240 allow_write_access(old_exe_file); in replace_mm_exe_file()[all …]
Completed in 10 milliseconds