Searched refs:do_open_execat (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | exec.c | 901 static struct file *do_open_execat(int fd, struct filename *name, int flags) in do_open_execat() function 954 f = do_open_execat(AT_FDCWD, filename, 0); in open_exec() 1820 file = do_open_execat(fd, filename, flags); in bprm_execve()
|
/kernel/linux/linux-6.6/fs/ |
H A D | exec.c | 907 static struct file *do_open_execat(int fd, struct filename *name, int flags) in do_open_execat() function 957 f = do_open_execat(AT_FDCWD, filename, 0); in open_exec() 1835 file = do_open_execat(fd, filename, flags); in bprm_execve()
|
Completed in 5 milliseconds