Home
last modified time | relevance | path

Searched refs:new_fs (Results 1 – 2 of 2) sorted by relevance

/fs/
Dfs_struct.c134 struct fs_struct *new_fs = copy_fs_struct(fs); in unshare_fs_struct() local
137 if (!new_fs) in unshare_fs_struct()
143 current->fs = new_fs; in unshare_fs_struct()
Dnamespace.c2351 struct user_namespace *user_ns, struct fs_struct *new_fs) in copy_mnt_ns() argument
2361 new_ns = dup_mnt_ns(ns, user_ns, new_fs); in copy_mnt_ns()