Searched refs:do_filp_open (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/fs/ |
D | internal.h | 118 extern struct file *do_filp_open(int dfd, struct filename *pathname,
|
D | open.c | 1010 return err ? ERR_PTR(err) : do_filp_open(AT_FDCWD, name, &op); in file_open_name() 1063 struct file *f = do_filp_open(dfd, tmp, &op); in do_sys_open()
|
D | exec.c | 136 file = do_filp_open(AT_FDCWD, tmp, &uselib_flags); in SYSCALL_DEFINE1() 853 file = do_filp_open(fd, name, &open_exec_flags); in do_open_execat()
|
D | namei.c | 3556 struct file *do_filp_open(int dfd, struct filename *pathname, in do_filp_open() function
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | ima_policy | 86 open for read by root in do_filp_open. The default appraisal
|
/Linux-v4.19/Documentation/trace/ |
D | histogram.rst | 636 do_filp_open+0x3a/0x90
|