Searched refs:file_open_root (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/fs/ |
D | fhandle.c | 232 file = file_open_root(path.dentry, path.mnt, "", open_flag, 0); in do_handle_open()
|
D | open.c | 1071 struct file *file_open_root(struct dentry *dentry, struct vfsmount *mnt, in file_open_root() function 1080 EXPORT_SYMBOL(file_open_root);
|
D | coredump.c | 746 cprm.file = file_open_root(root.dentry, root.mnt, in do_coredump()
|
/Linux-v5.4/arch/um/drivers/ |
D | mconsole_kern.c | 137 file = file_open_root(mnt->mnt_root, mnt, ptr, O_RDONLY, 0); in mconsole_proc()
|
/Linux-v5.4/kernel/ |
D | sysctl_binary.c | 1306 file = file_open_root(mnt->mnt_root, mnt, pathname, flags, 0); in binary_sysctl()
|
/Linux-v5.4/include/linux/ |
D | fs.h | 2528 extern struct file *file_open_root(struct dentry *, struct vfsmount *,
|
/Linux-v5.4/Documentation/filesystems/ |
D | path-lookup.rst | 413 ``sysctl()`` calls ``file_open_root()``, and when NFSv4 or Btrfs call
|