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

/linux-master/fs/
H A Dexec.c912 static struct file *do_open_execat(int fd, struct filename *name, int flags) function
963 * As this is a wrapper for the internal do_open_execat(), callers
973 f = do_open_execat(AT_FDCWD, filename, 0);
1505 /* Matches do_open_execat() */
1541 file = do_open_execat(fd, filename, flags);

Completed in 96 milliseconds