Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dfs_struct.h22 extern void set_fs_pwd(struct fs_struct *, const struct path *);
/linux-6.12.1/fs/
Dfs_struct.c34 void set_fs_pwd(struct fs_struct *fs, const struct path *path) in set_fs_pwd() function
Dinit.c54 set_fs_pwd(current->fs, &path); in init_chdir()
Dopen.c569 set_fs_pwd(current->fs, &path); in SYSCALL_DEFINE1()
596 set_fs_pwd(current->fs, &fd_file(f)->f_path); in SYSCALL_DEFINE1()
Dnamespace.c5510 set_fs_pwd(current->fs, &root); in init_mount_tree()
5784 set_fs_pwd(fs, &root); in mntns_install()
/linux-6.12.1/kernel/
Dusermode_driver.c130 set_fs_pwd(current->fs, &umd_info->wd); in umd_setup()
Dnsproxy.c528 set_fs_pwd(me->fs, &nsset->fs->pwd); in commit_nsset()