Searched refs:set_fs_root (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs_struct.h | 21 extern void set_fs_root(struct fs_struct *, const struct path *);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs_struct.h | 21 extern void set_fs_root(struct fs_struct *, const struct path *);
|
/kernel/linux/linux-5.10/fs/ |
H A D | fs_struct.c | 15 void set_fs_root(struct fs_struct *fs, const struct path *path) in set_fs_root() function
|
H A D | init.c | 76 set_fs_root(current->fs, &path); in init_chroot()
|
H A D | open.c | 554 set_fs_root(current->fs, &path); in SYSCALL_DEFINE1()
|
H A D | namespace.c | 3847 set_fs_root(current->fs, &root); in init_mount_tree() 4125 set_fs_root(fs, &root); in mntns_install()
|
/kernel/linux/linux-6.6/fs/ |
H A D | fs_struct.c | 15 void set_fs_root(struct fs_struct *fs, const struct path *path) in set_fs_root() function
|
H A D | init.c | 76 set_fs_root(current->fs, &path); in init_chroot()
|
H A D | open.c | 614 set_fs_root(current->fs, &path); in SYSCALL_DEFINE1()
|
H A D | namespace.c | 4720 set_fs_root(current->fs, &root); in init_mount_tree() 4997 set_fs_root(fs, &root); in mntns_install()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | nsproxy.c | 519 set_fs_root(me->fs, &nsset->fs->root); in commit_nsset()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | nsproxy.c | 533 set_fs_root(me->fs, &nsset->fs->root); in commit_nsset()
|
Completed in 18 milliseconds