Home
last modified time | relevance | path

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

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