Searched refs:get_fs_root (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | fs_struct.h | 27 static inline void get_fs_root(struct fs_struct *fs, struct path *root) in get_fs_root() function
|
| /linux/security/apparmor/ |
| H A D | path.c | 121 get_fs_root(current->fs, &root); in d_namespace_path()
|
| /linux/fs/ |
| H A D | kernel_read_file.c | 160 get_fs_root(init_task.fs, &root); in kernel_read_file_from_path_initns()
|
| H A D | namespace.c | 21 #include <linux/fs_struct.h> /* get_fs_root et.al. */ 4684 get_fs_root(current->fs, &root); in path_pivot_root() 5680 /* We're looking at our own ns, just use get_fs_root. */ in grab_requested_root() 5682 get_fs_root(current->fs, root); in grab_requested_root() 6338 get_fs_root(current->fs, &fs_root); in mnt_already_visible()
|
| H A D | namei.c | 1126 get_fs_root(fs, &nd->root);
|
| /linux/drivers/crypto/ccp/ |
| H A D | sev-dev.c | 266 get_fs_root(init_task.fs, &root); in open_file_as_root()
|
| /linux/fs/proc/ |
| H A D | base.c | 215 get_fs_root(task->fs, root); in get_task_root()
|
| /linux/net/unix/ |
| H A D | af_unix.c | 1202 get_fs_root(init_task.fs, &root); in unix_find_bsd()
|