Home
last modified time | relevance | path

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

/Linux-v5.15/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.c1172 struct file *file_open_root(const struct path *root, in file_open_root() function
1182 EXPORT_SYMBOL(file_open_root);
Dcoredump.c758 cprm.file = file_open_root(&root, cn.corename, in do_coredump()
/Linux-v5.15/include/linux/
Dfs.h2736 extern struct file *file_open_root(const struct path *,
2741 return file_open_root(&(struct path){.mnt = mnt, .dentry = mnt->mnt_root}, in file_open_root_mnt()
/Linux-v5.15/Documentation/filesystems/
Dporting.rst907 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