Searched refs:do_filp_open (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/ |
D | internal.h | 102 extern struct file *do_filp_open(int dfd, struct filename *pathname,
|
D | open.c | 966 return err ? ERR_PTR(err) : do_filp_open(AT_FDCWD, name, &op); in file_open_name() 1019 struct file *f = do_filp_open(dfd, tmp, &op); in do_sys_open()
|
D | exec.c | 130 file = do_filp_open(AT_FDCWD, tmp, &uselib_flags); in SYSCALL_DEFINE1() 778 file = do_filp_open(fd, name, &open_exec_flags); in do_open_execat()
|
D | namei.c | 3346 struct file *do_filp_open(int dfd, struct filename *pathname, in do_filp_open() function
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | ima_policy | 83 open for read by root in do_filp_open. The default appraisal
|