Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dusermode_driver.c29 file = file_open_root(mnt->mnt_root, mnt, name, O_CREAT | O_WRONLY, 0700); in blob_to_mnt()
/OK3568_Linux_fs/kernel/fs/
H A Dkernel_read_file.c163 file = file_open_root(root.dentry, root.mnt, path, O_RDONLY, 0); in kernel_read_file_from_path_initns()
H A Dfhandle.c232 file = file_open_root(path.dentry, path.mnt, "", open_flag, 0); in do_handle_open()
H A Dopen.c1189 struct file *file_open_root(struct dentry *dentry, struct vfsmount *mnt, in file_open_root() function
1199 EXPORT_SYMBOL(file_open_root);
H A Dcoredump.c759 cprm.file = file_open_root(root.dentry, root.mnt, in do_coredump()
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dmconsole_kern.c143 file = file_open_root(mnt->mnt_root, mnt, ptr, O_RDONLY, 0); in mconsole_proc()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dproc_sysctl.c1806 file = file_open_root((*proc_mnt)->mnt_root, *proc_mnt, path, O_WRONLY, 0); in process_sysctl_arg()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h2610 extern struct file *file_open_root(struct dentry *, struct vfsmount *,
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dpath-lookup.rst429 ``sysctl()`` calls ``file_open_root()``, and when NFSv4 or Btrfs call