posix_ace_state_array
struct posix_ace_state_array *users;
struct posix_ace_state_array *groups;
alloc = sizeof(struct posix_ace_state_array)
struct posix_ace_state_array *a = state->users;
struct posix_ace_state_array *a = state->groups;
static void deny_bits_array(struct posix_ace_state_array *a, u32 mask)
static void allow_bits_array(struct posix_ace_state_array *a, u32 mask)
alloc = sizeof(struct posix_ace_state_array)
struct posix_ace_state_array *users;
struct posix_ace_state_array *groups;