Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dfs_struct.c112 struct fs_struct *copy_fs_struct(struct fs_struct *old) in copy_fs_struct() function
136 struct fs_struct *new_fs = copy_fs_struct(fs); in unshare_fs_struct()
/Linux-v5.4/include/linux/
Dfs_struct.h23 extern struct fs_struct *copy_fs_struct(struct fs_struct *);
/Linux-v5.4/kernel/
Dfork.c1444 tsk->fs = copy_fs_struct(fs); in copy_fs()
2775 *new_fsp = copy_fs_struct(fs); in unshare_fs()