Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dfs_struct.c86 void free_fs_struct(struct fs_struct *fs) in free_fs_struct() function
106 free_fs_struct(fs); in exit_fs()
148 free_fs_struct(fs); in unshare_fs_struct()
/linux-4.4.14/include/linux/
Dfs_struct.h23 extern void free_fs_struct(struct fs_struct *);
/linux-4.4.14/kernel/
Dfork.c2064 free_fs_struct(new_fs); in SYSCALL_DEFINE1()