Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs_struct.h23 extern struct fs_struct *copy_fs_struct(struct fs_struct *);
/OK3568_Linux_fs/kernel/kernel/
H A Dnsproxy.c336 nsset->fs = copy_fs_struct(me->fs); in prepare_nsset()
H A Dfork.c1498 tsk->fs = copy_fs_struct(fs); in copy_fs()
2968 *new_fsp = copy_fs_struct(fs); in unshare_fs()