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.c106 struct fs_struct *copy_fs_struct(struct fs_struct *old) in copy_fs_struct() function
129 struct fs_struct *new_fs = copy_fs_struct(fs); in unshare_fs_struct()
/linux/include/linux/
H A Dfs_struct.h22 extern struct fs_struct *copy_fs_struct(struct fs_struct *);
/linux/kernel/
H A Dnsproxy.c340 nsset->fs = copy_fs_struct(me->fs); in prepare_nsset()
H A Dfork.c1563 tsk->fs = copy_fs_struct(fs); in copy_fs()
3044 *new_fsp = copy_fs_struct(fs); in unshare_fs()