Searched refs:do_filp_open (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/fs/ |
D | internal.h | 123 extern struct file *do_filp_open(int dfd, struct filename *pathname,
|
D | open.c | 1044 return err ? ERR_PTR(err) : do_filp_open(AT_FDCWD, name, &op); in file_open_name() 1097 struct file *f = do_filp_open(dfd, tmp, &op); in do_sys_open()
|
D | exec.c | 137 file = do_filp_open(AT_FDCWD, tmp, &uselib_flags); in SYSCALL_DEFINE1() 857 file = do_filp_open(fd, name, &open_exec_flags); in do_open_execat()
|
D | namei.c | 3547 struct file *do_filp_open(int dfd, struct filename *pathname, in do_filp_open() function
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | ima_policy | 88 open for read by root in do_filp_open. The default appraisal
|
/Linux-v5.4/Documentation/filesystems/ |
D | path-lookup.rst | 641 ``do_filp_open()``, and ``do_file_open_root()``. These five
|
/Linux-v5.4/Documentation/trace/ |
D | histogram.rst | 624 do_filp_open+0x3a/0x90
|