Searched refs:file_open_root (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/kernel/ |
D | usermode_driver.c | 29 file = file_open_root(mnt->mnt_root, mnt, name, O_CREAT | O_WRONLY, 0700); in blob_to_mnt()
|
/Linux-v5.10/fs/ |
D | kernel_read_file.c | 163 file = file_open_root(root.dentry, root.mnt, path, O_RDONLY, 0); in kernel_read_file_from_path_initns()
|
D | fhandle.c | 232 file = file_open_root(path.dentry, path.mnt, "", open_flag, 0); in do_handle_open()
|
D | open.c | 1140 struct file *file_open_root(struct dentry *dentry, struct vfsmount *mnt, in file_open_root() function 1150 EXPORT_SYMBOL(file_open_root);
|
D | coredump.c | 758 cprm.file = file_open_root(root.dentry, root.mnt, in do_coredump()
|
/Linux-v5.10/arch/um/drivers/ |
D | mconsole_kern.c | 143 file = file_open_root(mnt->mnt_root, mnt, ptr, O_RDONLY, 0); in mconsole_proc()
|
/Linux-v5.10/fs/proc/ |
D | proc_sysctl.c | 1800 file = file_open_root((*proc_mnt)->mnt_root, *proc_mnt, path, O_WRONLY, 0); in process_sysctl_arg()
|
/Linux-v5.10/include/linux/ |
D | fs.h | 2531 extern struct file *file_open_root(struct dentry *, struct vfsmount *,
|
/Linux-v5.10/Documentation/filesystems/ |
D | path-lookup.rst | 429 ``sysctl()`` calls ``file_open_root()``, and when NFSv4 or Btrfs call
|