posix_ace_state
struct posix_ace_state perms;
struct posix_ace_state owner;
struct posix_ace_state group;
struct posix_ace_state other;
struct posix_ace_state everyone;
struct posix_ace_state mask; /* Deny unused in this case */
static inline void add_to_mask(struct posix_acl_state *state, struct posix_ace_state *astate)
static inline void allow_bits(struct posix_ace_state *astate, u32 mask)
static inline void deny_bits(struct posix_ace_state *astate, u32 mask)
struct posix_ace_state perms;
struct posix_ace_state owner;
struct posix_ace_state group;
struct posix_ace_state other;
struct posix_ace_state everyone;
struct posix_ace_state mask; /* deny unused in this case */