allow_bits
allow_bits(&a->aces[i].perms, mask);
allow_bits(&state->owner, mask);
allow_bits(&state->users->aces[i].perms, mask);
allow_bits(&state->group, mask);
allow_bits(&state->groups->aces[i].perms, mask);
allow_bits(&state->owner, mask);
allow_bits(&state->group, mask);
allow_bits(&state->other, mask);
allow_bits(&state->everyone, mask);