Home
last modified time | relevance | path

Searched refs:set_mm_exe_file (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/kernel/
H A Dfork.c1120 set_mm_exe_file(mm, NULL); in __mmput()
1163 * set_mm_exe_file - change a reference to the mm's executable file
1170 * mm->exe_file, but does so without using set_mm_exe_file() in order
1173 void set_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file) in set_mm_exe_file() function
/kernel/linux/linux-6.6/kernel/
H A Dfork.c1365 set_mm_exe_file(mm, NULL); in __mmput()
1409 * set_mm_exe_file - change a reference to the mm's executable file
1419 int set_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file) in set_mm_exe_file() function
/kernel/linux/linux-5.10/fs/
H A Dexec.c1280 set_mm_exe_file(bprm->mm, bprm->file); in begin_new_exec()
/kernel/linux/linux-6.6/fs/
H A Dexec.c1284 retval = set_mm_exe_file(bprm->mm, bprm->file); in begin_new_exec()
/kernel/linux/linux-5.10/include/linux/
H A Dmm.h2613 extern void set_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file);
/kernel/linux/linux-6.6/include/linux/
H A Dmm.h3284 extern int set_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file);

Completed in 23 milliseconds