#include <stdint.h>
#include "linux/vserver/switch.h"
#include "linux/vserver/space_cmd.h"
#include "vserver.h"
Include dependency graph for namespace.c:
Go to the source code of this file.
Functions | |
int | ns_clone (int flags, void *child_stack) |
Clone the current namespace (FS/IPC/UTS). | |
int | ns_enter (xid_t xid, uint64_t mask) |
Enter namespace. | |
int | ns_set (xid_t xid, uint64_t mask) |
Set namespace. |