Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/
Dfork.c1405 int set_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file) in set_mm_exe_file() argument
1416 if (new_exe_file) { in set_mm_exe_file()
1421 if (unlikely(deny_write_access(new_exe_file))) in set_mm_exe_file()
1423 get_file(new_exe_file); in set_mm_exe_file()
1425 rcu_assign_pointer(mm->exe_file, new_exe_file); in set_mm_exe_file()
1440 int replace_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file) in replace_mm_exe_file() argument
1466 ret = deny_write_access(new_exe_file); in replace_mm_exe_file()
1469 get_file(new_exe_file); in replace_mm_exe_file()
1474 rcu_assign_pointer(mm->exe_file, new_exe_file); in replace_mm_exe_file()
/linux-6.6.21/include/linux/
Dmm.h3258 extern int set_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file);
3259 extern int replace_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file);