Searched refs:do_open_execat (Results 1 - 1 of 1) sorted by last modified time

/linux-master/fs/
H A Dexec.c923 static struct file *do_open_execat(int fd, struct filename *name, int flags) function
974 * As this is a wrapper for the internal do_open_execat(), callers
984 f = do_open_execat(AT_FDCWD, filename, 0);
1524 /* Matches do_open_execat() */
1560 file = do_open_execat(fd, filename, flags);

Completed in 145 milliseconds