Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
exit_fs
include/linux/fs_struct.h
20
extern void exit_fs(struct task_struct *);
kernel/exit.c
972
exit_fs(tsk);
kernel/fork.c
2510
exit_fs(p); /* blocking */