Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
posix_acl_entry Struct Reference

#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
 
}; 
 

Detailed Description

Definition at line 36 of file posix_acl.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: