Searched refs:do_filp_open (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/fs/ |
D | internal.h | 133 extern struct file *do_filp_open(int dfd, struct filename *pathname,
|
D | open.c | 1145 return do_filp_open(AT_FDCWD, name, &op); in file_open_name() 1200 struct file *f = do_filp_open(dfd, tmp, &op); in do_sys_openat2()
|
D | exec.c | 138 file = do_filp_open(AT_FDCWD, tmp, &uselib_flags); in SYSCALL_DEFINE1() 912 file = do_filp_open(fd, name, &open_exec_flags); in do_open_execat()
|
D | namei.c | 3580 struct file *do_filp_open(int dfd, struct filename *pathname, in do_filp_open() function
|
D | io_uring.c | 4228 file = do_filp_open(req->open.dfd, req->open.filename, &op); in io_openat2()
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | ima_policy | 107 open for read by root in do_filp_open. The default appraisal
|
/Linux-v5.15/Documentation/filesystems/ |
D | path-lookup.rst | 656 do_filp_open(), and do_file_open_root(). These four
|
/Linux-v5.15/Documentation/trace/ |
D | histogram.rst | 625 do_filp_open+0x3a/0x90
|