Searched refs:set_fs_pwd (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs_struct.h | 22 extern void set_fs_pwd(struct fs_struct *, const struct path *);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs_struct.h | 22 extern void set_fs_pwd(struct fs_struct *, const struct path *);
|
/kernel/linux/linux-5.10/fs/ |
H A D | fs_struct.c | 34 void set_fs_pwd(struct fs_struct *fs, const struct path *path) in set_fs_pwd() function
|
H A D | init.c | 54 set_fs_pwd(current->fs, &path); in init_chdir()
|
H A D | open.c | 499 set_fs_pwd(current->fs, &path); in SYSCALL_DEFINE1() 526 set_fs_pwd(current->fs, &f.file->f_path); in SYSCALL_DEFINE1()
|
H A D | namespace.c | 3846 set_fs_pwd(current->fs, &root); in init_mount_tree() 4124 set_fs_pwd(fs, &root); in mntns_install()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | usermode_driver.c | 130 set_fs_pwd(current->fs, &umd_info->wd); in umd_setup()
|
H A D | nsproxy.c | 520 set_fs_pwd(me->fs, &nsset->fs->pwd); in commit_nsset()
|
/kernel/linux/linux-6.6/fs/ |
H A D | fs_struct.c | 34 void set_fs_pwd(struct fs_struct *fs, const struct path *path) in set_fs_pwd() function
|
H A D | init.c | 54 set_fs_pwd(current->fs, &path); in init_chdir()
|
H A D | open.c | 559 set_fs_pwd(current->fs, &path); in SYSCALL_DEFINE1() 586 set_fs_pwd(current->fs, &f.file->f_path); in SYSCALL_DEFINE1()
|
H A D | namespace.c | 4719 set_fs_pwd(current->fs, &root); in init_mount_tree() 4996 set_fs_pwd(fs, &root); in mntns_install()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | usermode_driver.c | 130 set_fs_pwd(current->fs, &umd_info->wd); in umd_setup()
|
H A D | nsproxy.c | 534 set_fs_pwd(me->fs, &nsset->fs->pwd); in commit_nsset()
|
Completed in 19 milliseconds