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;
486 state->mask.allow |= astate->allow;
520 low_mode_from_nfs4(state->owner.allow, &pace->e_perm, flags);
525 low_mode_from_nfs4(state->users->aces[i].perms.allow,
533 low_mode_from_nfs4(state->group.allow, &pace->e_perm, flags);
539 low_mode_from_nfs4(state->groups->aces[i].perms.allow,
548 low_mode_from_nfs4(state->mask.allow, &pace->e_perm, flags);
553 low_mode_from_nfs4(state->other.allow, &pace->e_perm, flags);
561 astate->allow |= mask & ~astate->deny;
567 astate->deny |= mask & ~astate->allow;
581 a->aces[i].perms.allow = state->everyone.allow;
598 a->aces[i].perms.allow = state->everyone.allow;