Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dfs_struct.c111 struct fs_struct *copy_fs_struct(struct fs_struct *old) in copy_fs_struct() function
135 struct fs_struct *new_fs = copy_fs_struct(fs); in unshare_fs_struct()
/Linux-v4.19/include/linux/
Dfs_struct.h23 extern struct fs_struct *copy_fs_struct(struct fs_struct *);
/Linux-v4.19/kernel/
Dfork.c1356 tsk->fs = copy_fs_struct(fs); in copy_fs()
2406 *new_fsp = copy_fs_struct(fs); in unshare_fs()