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

/linux-master/fs/
H A Dexec.c141 file = do_filp_open(AT_FDCWD, tmp, &uselib_flags);
941 file = do_filp_open(fd, name, &open_exec_flags);
H A Dnamei.c3826 struct file *do_filp_open(int dfd, struct filename *pathname, function
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);
/linux-master/io_uring/
H A Dopenclose.c140 file = do_filp_open(open->dfd, open->filename, &op);

Completed in 320 milliseconds