|
Linux Kernel
3.7.1
|
#include <user_namespace.h>
Data Fields | |
| struct uid_gid_map | uid_map |
| struct uid_gid_map | gid_map |
| struct uid_gid_map | projid_map |
| struct kref | kref |
| struct user_namespace * | parent |
| kuid_t | owner |
| kgid_t | group |
Definition at line 20 of file user_namespace.h.
| struct uid_gid_map gid_map |
Definition at line 22 of file user_namespace.h.
| kgid_t group |
Definition at line 27 of file user_namespace.h.
Definition at line 24 of file user_namespace.h.
| kuid_t owner |
Definition at line 26 of file user_namespace.h.
| struct user_namespace* parent |
Definition at line 25 of file user_namespace.h.
| struct uid_gid_map projid_map |
Definition at line 23 of file user_namespace.h.
| struct uid_gid_map uid_map |
Definition at line 21 of file user_namespace.h.
1.8.2