Searched refs:file_open_root (Results 1 – 7 of 7) 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()
|
H A D | fhandle.c | 415 file = file_open_root(&path, "", open_flag, 0); in do_handle_open()
|
H A D | open.c | 1400 struct file *file_open_root(const struct path *root, in file_open_root() function 1410 EXPORT_SYMBOL(file_open_root);
|
H A D | coredump.c | 696 cprm.file = file_open_root(&root, cn.corename, in do_coredump()
|
/linux/include/linux/ |
H A D | fs.h | 2806 extern struct file *file_open_root(const struct path *, 2811 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 | 249 fp = file_open_root(&root, filename, flags, mode); in open_file_as_root()
|
/linux/Documentation/filesystems/ |
H A D | porting.rst | 908 Calling conventions for file_open_root() changed; now it takes struct path *
|