Lines Matching defs:group
182 unsigned short group;
209 pas->group = pa->e_perm;
227 pas->group &= pas->mask;
255 deny &= pas.users | pas.group | pas.groups | pas.other;
275 deny &= pas.groups | pas.group | pas.other;
297 * since a user can be in more than one group. */
305 ace->access_mask = mask_from_posix(pas.group, flags);
327 deny = ~pas.group & pas.other;
446 struct posix_ace_state group;
462 * named user or group, but we don't know which, so we allocate
533 low_mode_from_nfs4(state->group.allow, &pace->e_perm, flags);
534 add_to_mask(state, &state->group);
649 allow_bits(&state->group, mask);
651 deny_bits(&state->group, mask);
652 mask = state->group.deny;
667 deny_bits(&state->group, mask);
676 allow_bits(&state->group, mask);
683 deny_bits(&state->group, mask);
732 * group and other. That usually results in a non-sensical resulting ACL
738 * no owner, owning group, or others entry, a copy of the ACL
739 * owner, owning group, or others entry is added to the Default ACL."
748 default_acl_state.group = effective_acl_state.group;