Home
last modified time | relevance | path

Searched refs:do_filp_open (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/fs/
Dinternal.h96 extern struct file *do_filp_open(int dfd, const char *pathname,
Dopen.c956 return do_filp_open(AT_FDCWD, filename, &op, lookup); in filp_open()
984 struct file *f = do_filp_open(dfd, tmp, &op, lookup); in do_sys_open()
Dexec.c130 file = do_filp_open(AT_FDCWD, tmp, &uselib_flags, LOOKUP_FOLLOW); in SYSCALL_DEFINE1()
775 file = do_filp_open(AT_FDCWD, name, &open_exec_flags, LOOKUP_FOLLOW); in open_exec()
Dnamei.c2427 struct file *do_filp_open(int dfd, const char *pathname, in do_filp_open() function
/linux-3.4.99/Documentation/ABI/testing/
Dima_policy47 open for read by root in do_filp_open.