Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/include/linux/
Dfs_struct.h23 extern struct fs_struct *copy_fs_struct(struct fs_struct *);
/kernel/linux/linux-5.10/fs/hmdfs/authority/
Dauthentication.c17 struct fs_struct *copied_fs = copy_fs_struct(saved_fs); in hmdfs_override_fsstruct()
/kernel/linux/linux-5.10/kernel/
Dnsproxy.c336 nsset->fs = copy_fs_struct(me->fs); in prepare_nsset()
Dfork.c1468 tsk->fs = copy_fs_struct(fs); in copy_fs()
2930 *new_fsp = copy_fs_struct(fs); in unshare_fs()