Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dfs_struct.c110 struct fs_struct *copy_fs_struct(struct fs_struct *old) in copy_fs_struct() function
134 struct fs_struct *new_fs = copy_fs_struct(fs); in unshare_fs_struct()
/linux-4.4.14/include/linux/
Dfs_struct.h22 extern struct fs_struct *copy_fs_struct(struct fs_struct *);
/linux-4.4.14/kernel/
Dfork.c1008 tsk->fs = copy_fs_struct(fs); in copy_fs()
1923 *new_fsp = copy_fs_struct(fs); in unshare_fs()