Home
last modified time | relevance | path

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

/linux/kernel/
A Dfork.c1167 int set_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file) in set_mm_exe_file() argument
1178 if (new_exe_file) { in set_mm_exe_file()
1183 if (unlikely(deny_write_access(new_exe_file))) in set_mm_exe_file()
1185 get_file(new_exe_file); in set_mm_exe_file()
1187 rcu_assign_pointer(mm->exe_file, new_exe_file); in set_mm_exe_file()
1204 int replace_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file) in replace_mm_exe_file() argument
1228 ret = deny_write_access(new_exe_file); in replace_mm_exe_file()
1231 get_file(new_exe_file); in replace_mm_exe_file()
1233 old_exe_file = xchg(&mm->exe_file, new_exe_file); in replace_mm_exe_file()
/linux/include/linux/
A Dmm.h2693 extern int set_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file);
2694 extern int replace_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file);

Completed in 742 milliseconds