Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dfork.c1406 int set_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file) in set_mm_exe_file() argument
1417 if (new_exe_file) { in set_mm_exe_file()
1422 if (unlikely(deny_write_access(new_exe_file))) in set_mm_exe_file()
1424 get_file(new_exe_file); in set_mm_exe_file()
1426 rcu_assign_pointer(mm->exe_file, new_exe_file); in set_mm_exe_file()
1441 int replace_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file) in replace_mm_exe_file() argument
1467 ret = deny_write_access(new_exe_file); in replace_mm_exe_file()
1470 get_file(new_exe_file); in replace_mm_exe_file()
1475 rcu_assign_pointer(mm->exe_file, new_exe_file); in replace_mm_exe_file()
/openbmc/linux/include/linux/
H A Dmm.h3265 extern int set_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file);
3266 extern int replace_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file);