Lines Matching defs:allow_bits
559 static inline void allow_bits(struct posix_ace_state *astate, u32 mask)
618 allow_bits(&a->aces[i].perms, mask);
632 allow_bits(&state->owner, mask);
640 allow_bits(&state->users->aces[i].perms, mask);
649 allow_bits(&state->group, mask);
662 allow_bits(&state->groups->aces[i].perms, mask);
675 allow_bits(&state->owner, mask);
676 allow_bits(&state->group, mask);
677 allow_bits(&state->other, mask);
678 allow_bits(&state->everyone, mask);