Home
last modified time | relevance | path

Searched refs:set_mm_exe_file (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/kernel/
Dfork.c1189 set_mm_exe_file(mm, NULL); in __mmput()
1242 int set_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file) in set_mm_exe_file() function
/linux-5.19.10/fs/
Dexec.c1284 retval = set_mm_exe_file(bprm->mm, bprm->file); in begin_new_exec()
/linux-5.19.10/include/linux/
Dmm.h2668 extern int set_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file);