Home
last modified time | relevance | path

Searched refs:new_exe_file (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/
H A Dfork.c1192 int set_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file) in set_mm_exe_file() argument
1203 if (new_exe_file) { in set_mm_exe_file()
1208 if (unlikely(exe_file_deny_write_access(new_exe_file))) in set_mm_exe_file()
1210 get_file(new_exe_file); in set_mm_exe_file()
1212 rcu_assign_pointer(mm->exe_file, new_exe_file); in set_mm_exe_file()
1229 int replace_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file) in replace_mm_exe_file() argument
1255 ret = exe_file_deny_write_access(new_exe_file); in replace_mm_exe_file()
1258 get_file(new_exe_file); in replace_mm_exe_file()
1263 rcu_assign_pointer(mm->exe_file, new_exe_file); in replace_mm_exe_file()
/linux/include/linux/
H A Dmm.h3422 extern int set_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file);
3423 extern int replace_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file);