Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
Dkernel_read_file.c163 file = file_open_root(&root, path, O_RDONLY, 0); in kernel_read_file_from_path_initns()
Dfhandle.c232 file = file_open_root(&path, "", open_flag, 0); in do_handle_open()
Dopen.c1158 struct file *file_open_root(const struct path *root, in file_open_root() function
1168 EXPORT_SYMBOL(file_open_root);
Dcoredump.c763 cprm.file = file_open_root(&root, cn.corename, in do_coredump()
/kernel/linux/linux-5.10/fs/hmdfs/
Dfile_cloud.c85 lower_file = file_open_root(&root_path, dir_path, in hmdfs_file_open_cloud()
Dhmdfs_server.c121 file = file_open_root(&root_path, path, in hmdfs_open_path()
Dstash.c1264 dst = file_open_root(&ctx->dst_root_path, in hmdfs_open_restore_dst_file()
Dhmdfs_dentryfile.c1063 filp = file_open_root(&cache_dir, ".", in create_local_dentry_file_cache()
/kernel/linux/linux-5.10/include/linux/
Dfs.h2548 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/
Dporting.rst873 Calling conventions for file_open_root() changed; now it takes struct path *
Dpath-lookup.rst429 ``sysctl()`` calls ``file_open_root()``, and when NFSv4 or Btrfs call