Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfs_struct.h22 extern void set_fs_pwd(struct fs_struct *, const struct path *);
/linux/fs/
H A Dfs_struct.c33 void set_fs_pwd(struct fs_struct *fs, const struct path *path) in set_fs_pwd() function
H A Dinit.c71 set_fs_pwd(current->fs, &path); in init_chdir()
H A Dopen.c563 set_fs_pwd(current->fs, &path); in SYSCALL_DEFINE1()
586 set_fs_pwd(current->fs, &fd_file(f)->f_path); in SYSCALL_DEFINE1()
H A Dnamespace.c6197 set_fs_pwd(current->fs, &root); in init_mount_tree()
6462 set_fs_pwd(fs, &root); in mntns_install()
/linux/kernel/
H A Dnsproxy.c545 set_fs_pwd(me->fs, &nsset->fs->pwd); in commit_nsset()