Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfs_struct.h20 extern void exit_fs(struct task_struct *);
/openbmc/linux/fs/
H A Dfs_struct.c95 void exit_fs(struct task_struct *tsk) in exit_fs() function
/openbmc/linux/kernel/
H A Dexit.c870 exit_fs(tsk); in do_exit()
H A Dfork.c2768 exit_fs(p); /* blocking */ in copy_process()