Home
last modified time | relevance | path

Searched refs:file_open_root (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/fs/
Dfhandle.c232 file = file_open_root(path.dentry, path.mnt, "", open_flag, 0); in do_handle_open()
Dopen.c1037 struct file *file_open_root(struct dentry *dentry, struct vfsmount *mnt, in file_open_root() function
1046 EXPORT_SYMBOL(file_open_root);
Dcoredump.c713 cprm.file = file_open_root(root.dentry, root.mnt, in do_coredump()
/Linux-v4.19/arch/um/drivers/
Dmconsole_kern.c138 file = file_open_root(mnt->mnt_root, mnt, ptr, O_RDONLY, 0); in mconsole_proc()
/Linux-v4.19/kernel/
Dsysctl_binary.c1305 file = file_open_root(mnt->mnt_root, mnt, pathname, flags, 0); in binary_sysctl()
/Linux-v4.19/include/linux/
Dfs.h2445 extern struct file *file_open_root(struct dentry *, struct vfsmount *,