Home
last modified time | relevance | path

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

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