Home
last modified time | relevance | path

Searched refs:set_fs_root (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/include/linux/
Dfs_struct.h21 extern void set_fs_root(struct fs_struct *, const struct path *);
/linux-6.1.9/fs/
Dfs_struct.c15 void set_fs_root(struct fs_struct *fs, const struct path *path) in set_fs_root() function
Dinit.c76 set_fs_root(current->fs, &path); in init_chroot()
Dopen.c577 set_fs_root(current->fs, &path); in SYSCALL_DEFINE1()
Dnamespace.c4403 set_fs_root(current->fs, &root); in init_mount_tree()
4681 set_fs_root(fs, &root); in mntns_install()
/linux-6.1.9/kernel/
Dnsproxy.c508 set_fs_root(me->fs, &nsset->fs->root); in commit_nsset()