Searched refs:do_filp_open (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/fs/ |
D | internal.h | 134 extern struct file *do_filp_open(int dfd, struct filename *pathname,
|
D | open.c | 1255 return do_filp_open(AT_FDCWD, name, &op); in file_open_name() 1310 struct file *f = do_filp_open(dfd, tmp, &op); in do_sys_openat2()
|
D | exec.c | 137 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()
|
D | namei.c | 3733 struct file *do_filp_open(int dfd, struct filename *pathname, in do_filp_open() function
|
/linux-6.1.9/io_uring/ |
D | openclose.c | 127 file = do_filp_open(open->dfd, open->filename, &op); in io_openat2()
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | ima_policy | 123 open for read by root in do_filp_open. The default appraisal
|
/linux-6.1.9/Documentation/filesystems/ |
D | path-lookup.rst | 656 do_filp_open(), and do_file_open_root(). These four
|
/linux-6.1.9/Documentation/trace/ |
D | histogram.rst | 625 do_filp_open+0x3a/0x90
|