Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dfs_struct.c87 void free_fs_struct(struct fs_struct *fs) in free_fs_struct() function
107 free_fs_struct(fs); in exit_fs()
149 free_fs_struct(fs); in unshare_fs_struct()
/Linux-v4.19/include/linux/
Dfs_struct.h24 extern void free_fs_struct(struct fs_struct *);
/Linux-v4.19/kernel/
Dfork.c2549 free_fs_struct(new_fs); in ksys_unshare()