Searched refs:new_fs (Results 1 – 2 of 2) sorted by relevance
136 struct fs_struct *new_fs = copy_fs_struct(fs); in unshare_fs_struct() local139 if (!new_fs) in unshare_fs_struct()145 current->fs = new_fs; in unshare_fs_struct()
3264 struct user_namespace *user_ns, struct fs_struct *new_fs) in copy_mnt_ns() argument3315 if (new_fs) { in copy_mnt_ns()3316 if (&p->mnt == new_fs->root.mnt) { in copy_mnt_ns()3317 new_fs->root.mnt = mntget(&q->mnt); in copy_mnt_ns()3320 if (&p->mnt == new_fs->pwd.mnt) { in copy_mnt_ns()3321 new_fs->pwd.mnt = mntget(&q->mnt); in copy_mnt_ns()