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

/linux-master/fs/
H A Dbinfmt_script.c132 file = open_exec(i_name);
H A Dbinfmt_misc.c255 interp_file = open_exec(fmt->interpreter);
833 f = open_exec(e->interpreter);
H A Dexec.c957 * open_exec - Open a path name for execution
967 struct file *open_exec(const char *name) function
978 EXPORT_SYMBOL(open_exec); variable
H A Dbinfmt_elf.c893 interpreter = open_exec(elf_interpreter);
H A Dbinfmt_elf_fdpic.c262 interpreter = open_exec(interpreter_name);
/linux-master/include/linux/
H A Dfs.h2983 extern struct file * open_exec(const char *);

Completed in 144 milliseconds