Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | nsproxy |
Functions | |
int | copy_namespaces (unsigned long flags, struct task_struct *tsk) |
void | exit_task_namespaces (struct task_struct *tsk) |
void | switch_task_namespaces (struct task_struct *tsk, struct nsproxy *new) |
void | free_nsproxy (struct nsproxy *ns) |
int | unshare_nsproxy_namespaces (unsigned long, struct nsproxy **, struct fs_struct *) |
int __init | nsproxy_cache_init (void) |
Variables | |
struct nsproxy | init_nsproxy |
int copy_namespaces | ( | unsigned long | flags, |
struct task_struct * | tsk | ||
) |
void exit_task_namespaces | ( | struct task_struct * | tsk | ) |
void switch_task_namespaces | ( | struct task_struct * | tsk, |
struct nsproxy * | new | ||
) |