Searched refs:file_open_root (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/fs/ |
D | fhandle.c | 231 file = file_open_root(path.dentry, path.mnt, "", open_flag, 0); in do_handle_open()
|
D | open.c | 989 struct file *file_open_root(struct dentry *dentry, struct vfsmount *mnt, in file_open_root() function 998 EXPORT_SYMBOL(file_open_root);
|
D | coredump.c | 684 cprm.file = file_open_root(root.dentry, root.mnt, in do_coredump()
|
/linux-4.1.27/arch/um/drivers/ |
D | mconsole_kern.c | 136 file = file_open_root(mnt->mnt_root, mnt, ptr, O_RDONLY, 0); in mconsole_proc()
|
/linux-4.1.27/kernel/ |
D | sysctl_binary.c | 1324 file = file_open_root(mnt->mnt_root, mnt, pathname, flags, 0); in binary_sysctl()
|
/linux-4.1.27/include/linux/ |
D | fs.h | 2204 extern struct file *file_open_root(struct dentry *, struct vfsmount *,
|