|
Linux Kernel
3.7.1
|
#include <posix_acl.h>
Data Fields | |
| short | e_tag |
| unsigned short | e_perm |
| union { | |
| kuid_t e_uid | |
| kgid_t e_gid | |
| unsigned int e_id | |
| }; | |
Definition at line 36 of file posix_acl.h.
| union { ... } |
| kgid_t e_gid |
Definition at line 41 of file posix_acl.h.
| unsigned int e_id |
Definition at line 43 of file posix_acl.h.
| unsigned short e_perm |
Definition at line 38 of file posix_acl.h.
| short e_tag |
Definition at line 37 of file posix_acl.h.
| kuid_t e_uid |
Definition at line 40 of file posix_acl.h.
1.8.2