Searched refs:file_open_root (Results 1 – 11 of 11) sorted by relevance
| /kernel/linux/linux-5.10/fs/ |
| D | kernel_read_file.c | 163 file = file_open_root(&root, path, O_RDONLY, 0); in kernel_read_file_from_path_initns()
|
| D | fhandle.c | 232 file = file_open_root(&path, "", open_flag, 0); in do_handle_open()
|
| D | open.c | 1158 struct file *file_open_root(const struct path *root, in file_open_root() function 1168 EXPORT_SYMBOL(file_open_root);
|
| D | coredump.c | 763 cprm.file = file_open_root(&root, cn.corename, in do_coredump()
|
| /kernel/linux/linux-5.10/fs/hmdfs/ |
| D | file_cloud.c | 85 lower_file = file_open_root(&root_path, dir_path, in hmdfs_file_open_cloud()
|
| D | hmdfs_server.c | 121 file = file_open_root(&root_path, path, in hmdfs_open_path()
|
| D | stash.c | 1264 dst = file_open_root(&ctx->dst_root_path, in hmdfs_open_restore_dst_file()
|
| D | hmdfs_dentryfile.c | 1063 filp = file_open_root(&cache_dir, ".", in create_local_dentry_file_cache()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | fs.h | 2548 extern struct file *file_open_root(const struct path *, 2553 return file_open_root(&(struct path){.mnt = mnt, .dentry = mnt->mnt_root}, in file_open_root_mnt()
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ |
| D | porting.rst | 873 Calling conventions for file_open_root() changed; now it takes struct path *
|
| D | path-lookup.rst | 429 ``sysctl()`` calls ``file_open_root()``, and when NFSv4 or Btrfs call
|