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

/linux-master/fs/
H A Dinternal.h178 extern struct file *do_filp_open(int dfd, struct filename *pathname,
H A Dopen.c1351 return do_filp_open(AT_FDCWD, name, &op);
1406 struct file *f = do_filp_open(dfd, tmp, &op);
H A Dexec.c140 file = do_filp_open(AT_FDCWD, tmp, &uselib_flags);
930 file = do_filp_open(fd, name, &open_exec_flags);
H A Dnamei.c3818 struct file *do_filp_open(int dfd, struct filename *pathname, function
/linux-master/io_uring/
H A Dopenclose.c140 file = do_filp_open(open->dfd, open->filename, &op);

Completed in 142 milliseconds