Home
last modified time | relevance | path

Searched refs:do_filp_open (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/fs/
H A Dinternal.h131 extern struct file *do_filp_open(int dfd, struct filename *pathname,
H A Dopen.c1142 return do_filp_open(AT_FDCWD, name, &op); in file_open_name()
1217 struct file *f = do_filp_open(dfd, tmp, &op); in do_sys_openat2()
H A Dexec.c142 file = do_filp_open(AT_FDCWD, tmp, &uselib_flags); in SYSCALL_DEFINE1()
920 file = do_filp_open(fd, name, &open_exec_flags); in do_open_execat()
H A Dnamei.c3479 struct file *do_filp_open(int dfd, struct filename *pathname, in do_filp_open() function
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dima_policy99 open for read by root in do_filp_open. The default appraisal
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dpath-lookup.rst657 ``do_filp_open()``, and ``do_file_open_root()``. These five
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dhistogram.rst624 do_filp_open+0x3a/0x90
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c4165 file = do_filp_open(req->open.dfd, req->open.filename, &op); in io_openat2()