Home
last modified time | relevance | path

Searched refs:copy_fs_struct (Results 1 – 4 of 4) sorted by relevance

/linux/fs/
H A Dfs_struct.c107 struct fs_struct *copy_fs_struct(struct fs_struct *old) in copy_fs_struct() function
130 struct fs_struct *new_fs = copy_fs_struct(fs); in unshare_fs_struct()
/linux/include/linux/
H A Dfs_struct.h23 extern struct fs_struct *copy_fs_struct(struct fs_struct *);
/linux/kernel/
H A Dnsproxy.c367 nsset->fs = copy_fs_struct(me->fs); in prepare_nsset()
H A Dfork.c1608 tsk->fs = copy_fs_struct(fs); in copy_fs()
3090 *new_fsp = copy_fs_struct(fs); in unshare_fs()