Lines Matching refs:allow
145 /* allocate for worst case: one (deny, allow) pair each: */
296 /* In the case of groups, we apply allow ACEs first, then deny ACEs,
299 /* allow ACEs */
422 u32 allow;
487 state->mask.allow |= astate->allow;
521 low_mode_from_nfs4(state->owner.allow, &pace->e_perm, flags);
526 low_mode_from_nfs4(state->users->aces[i].perms.allow,
534 low_mode_from_nfs4(state->group.allow, &pace->e_perm, flags);
540 low_mode_from_nfs4(state->groups->aces[i].perms.allow,
549 low_mode_from_nfs4(state->mask.allow, &pace->e_perm, flags);
554 low_mode_from_nfs4(state->other.allow, &pace->e_perm, flags);
562 astate->allow |= mask & ~astate->deny;
568 astate->deny |= mask & ~astate->allow;
582 a->aces[i].perms.allow = state->everyone.allow;
599 a->aces[i].perms.allow = state->everyone.allow;