Searched refs:file_open_root (Results 1 – 10 of 10) sorted by relevance
/linux/fs/ |
A D | kernel_read_file.c | 163 file = file_open_root(&root, path, O_RDONLY, 0); in kernel_read_file_from_path_initns()
|
A D | fhandle.c | 232 file = file_open_root(&path, "", open_flag, 0); in do_handle_open()
|
A D | open.c | 1184 struct file *file_open_root(const struct path *root, in file_open_root() function 1194 EXPORT_SYMBOL(file_open_root);
|
A D | coredump.c | 692 cprm.file = file_open_root(&root, cn.corename, in do_coredump()
|
/linux/include/linux/ |
A D | fs.h | 2736 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/Documentation/filesystems/ |
A D | porting.rst | 907 Calling conventions for file_open_root() changed; now it takes struct path *
|
A D | path-lookup.rst | 429 ``sysctl()`` calls ``file_open_root()``, and when NFSv4 or Btrfs call
|
/linux/ |
A D | vmlinux.symvers | 9823 0x00000000 file_open_root vmlinux EXPORT_SYMBOL
|
A D | System.map | 8394 ffff800010242d80 T file_open_root
|
A D | .tmp_System.map | 8394 ffff800010242d80 T file_open_root
|
Completed in 348 milliseconds