Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dfs_struct.c88 void free_fs_struct(struct fs_struct *fs) in free_fs_struct() function
108 free_fs_struct(fs); in exit_fs()
150 free_fs_struct(fs); in unshare_fs_struct()
/Linux-v5.4/include/linux/
Dfs_struct.h24 extern void free_fs_struct(struct fs_struct *);
/Linux-v5.4/kernel/
Dfork.c2918 free_fs_struct(new_fs); in ksys_unshare()