Linux Kernel
3.7.1
|
#include <posix_acl.h>
Data Fields | |
union { | |
atomic_t a_refcount | |
struct rcu_head a_rcu | |
}; | |
unsigned int | a_count |
struct posix_acl_entry | a_entries [0] |
Definition at line 48 of file posix_acl.h.
union { ... } |
unsigned int a_count |
Definition at line 53 of file posix_acl.h.
struct posix_acl_entry a_entries[0] |
Definition at line 54 of file posix_acl.h.
Definition at line 51 of file posix_acl.h.
atomic_t a_refcount |
Definition at line 50 of file posix_acl.h.