Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/
Dfork.c578 set_mm_exe_file(mm, NULL); in mmput()
612 void set_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file) in set_mm_exe_file() function
/linux-3.4.99/include/linux/
Dmm.h1387 extern void set_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file);
/linux-3.4.99/fs/
Dexec.c1106 set_mm_exe_file(bprm->mm, bprm->file); in flush_old_exec()