Searched refs:set_fs_pwd (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | fs_struct.h | 51 static inline void set_fs_pwd(struct fs_struct *fs, in set_fs_pwd() function
|
D | intermezzo_fs.h | 175 set_fs_pwd(current->fs, new->pwdmnt, new->pwd); in push_ctxt() 195 set_fs_pwd(current->fs, saved->pwdmnt, saved->pwd); in pop_ctxt()
|
/linux-2.4.37.9/kernel/ |
D | kmod.c | 77 set_fs_pwd(our_fs, pwdmnt, pwd); in use_init_fs_context()
|
/linux-2.4.37.9/fs/ |
D | open.c | 414 set_fs_pwd(current->fs, nd.mnt, nd.dentry); in sys_chdir() 445 set_fs_pwd(current->fs, mnt, dentry); in sys_fchdir()
|
D | namespace.c | 885 set_fs_pwd(fs, new_nd->mnt, new_nd->dentry); in chroot_fs_refs() 1016 set_fs_pwd(current->fs, namespace->root, namespace->root->mnt_root); in init_mount_tree()
|