Searched refs:file_open_root (Results 1 – 4 of 4) sorted by relevance
/linux/fs/ |
H A D | kernel_read_file.c | 163 file = file_open_root(&root, path, O_RDONLY, 0); in kernel_read_file_from_path_initns()
|
/linux/include/linux/ |
H A D | fs.h | 2868 extern struct file *file_open_root(const struct path *, 2873 return file_open_root(&(struct path){.mnt = mnt, .dentry = mnt->mnt_root}, in file_open_root_mnt()
|
/linux/drivers/crypto/ccp/ |
H A D | sev-dev.c | 259 fp = file_open_root(&root, filename, flags, mode); in open_file_as_root()
|
/linux/Documentation/filesystems/ |
H A D | path-lookup.rst | 429 ``sysctl()`` calls ``file_open_root()``, and when NFSv4 or Btrfs call
|