Searched refs:get_fs_root (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/include/linux/ |
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-6.3-rc2/security/apparmor/ |
A D | path.c | 121 get_fs_root(current->fs, &root); in d_namespace_path()
|
/linux-6.3-rc2/fs/ |
A D | kernel_read_file.c | 160 get_fs_root(init_task.fs, &root); in kernel_read_file_from_path_initns()
|
A D | proc_namespace.c | 271 get_fs_root(task->fs, &root); in mounts_open_common()
|
A D | coredump.c | 697 get_fs_root(init_task.fs, &root); in do_coredump()
|
A D | namespace.c | 3896 get_fs_root(current->fs, &root); in SYSCALL_DEFINE2() 4512 get_fs_root(current->fs, &fs_root); in current_chrooted()
|
A D | namei.c | 948 get_fs_root(fs, &nd->root); in set_root()
|
/linux-6.3-rc2/drivers/crypto/ccp/ |
A D | sev-dev.c | 184 get_fs_root(init_task.fs, &root); in open_file_as_root()
|
/linux-6.3-rc2/fs/proc/ |
A D | base.c | 178 get_fs_root(task->fs, root); in get_task_root()
|
Completed in 36 milliseconds