Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/
A Dkernel_read_file.c163 file = file_open_root(&root, path, O_RDONLY, 0); in kernel_read_file_from_path_initns()
A Dfhandle.c232 file = file_open_root(&path, "", open_flag, 0); in do_handle_open()
A Dopen.c1320 struct file *file_open_root(const struct path *root, in file_open_root() function
1330 EXPORT_SYMBOL(file_open_root);
A Dcoredump.c699 cprm.file = file_open_root(&root, cn.corename, in do_coredump()
/linux-6.3-rc2/drivers/crypto/ccp/
A Dsev-dev.c193 fp = file_open_root(&root, filename, flags, mode); in open_file_as_root()
/linux-6.3-rc2/include/linux/
A Dfs.h2327 extern struct file *file_open_root(const struct path *,
2332 return file_open_root(&(struct path){.mnt = mnt, .dentry = mnt->mnt_root}, in file_open_root_mnt()
/linux-6.3-rc2/Documentation/filesystems/
A Dporting.rst913 Calling conventions for file_open_root() changed; now it takes struct path *
A Dpath-lookup.rst429 ``sysctl()`` calls ``file_open_root()``, and when NFSv4 or Btrfs call

Completed in 25 milliseconds