Searched refs:new_fs (Results 1 – 2 of 2) sorted by relevance
134 struct fs_struct *new_fs = copy_fs_struct(fs); in unshare_fs_struct() local137 if (!new_fs) in unshare_fs_struct()143 current->fs = new_fs; in unshare_fs_struct()
2351 struct user_namespace *user_ns, struct fs_struct *new_fs) in copy_mnt_ns() argument2361 new_ns = dup_mnt_ns(ns, user_ns, new_fs); in copy_mnt_ns()