Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | fs_struct |
Functions | |
void | exit_fs (struct task_struct *) |
void | set_fs_root (struct fs_struct *, struct path *) |
void | set_fs_pwd (struct fs_struct *, struct path *) |
struct fs_struct * | copy_fs_struct (struct fs_struct *) |
void | free_fs_struct (struct fs_struct *) |
void | daemonize_fs_struct (void) |
int | unshare_fs_struct (void) |
Variables | |
struct kmem_cache * | fs_cachep |
Definition at line 110 of file fs_struct.c.
Definition at line 168 of file fs_struct.c.
void exit_fs | ( | struct task_struct * | ) |
Definition at line 93 of file fs_struct.c.
Definition at line 86 of file fs_struct.c.
Definition at line 131 of file fs_struct.c.
struct kmem_cache* fs_cachep |