Lines Matching refs:allow
317 pace->e_perm = state->owner.allow; in posix_state_to_acl()
322 pace->e_perm = state->users->aces[i].perms.allow; in posix_state_to_acl()
327 pace->e_perm = state->group.allow; in posix_state_to_acl()
333 pace->e_perm = state->groups->aces[i].perms.allow; in posix_state_to_acl()
339 pace->e_perm = state->mask.allow; in posix_state_to_acl()
344 pace->e_perm = state->other.allow; in posix_state_to_acl()
510 acl_state.owner.allow = ((acl_mode & 0700) >> 6) | 0004; in parse_dacl()
513 acl_state.users->aces[acl_state.users->n++].perms.allow = in parse_dacl()
515 default_acl_state.owner.allow = ((acl_mode & 0700) >> 6) | 0004; in parse_dacl()
518 default_acl_state.users->aces[default_acl_state.users->n++].perms.allow = in parse_dacl()
526 acl_state.owner.allow = ((mode & 0700) >> 6) | 0004; in parse_dacl()
528 acl_state.users->aces[acl_state.users->n++].perms.allow = in parse_dacl()
530 default_acl_state.owner.allow = ((mode & 0700) >> 6) | 0004; in parse_dacl()
533 default_acl_state.users->aces[default_acl_state.users->n++].perms.allow = in parse_dacl()
538 acl_state.group.allow = (mode & 0070) >> 3; in parse_dacl()
541 acl_state.groups->aces[acl_state.groups->n++].perms.allow = in parse_dacl()
543 default_acl_state.group.allow = (mode & 0070) >> 3; in parse_dacl()
546 default_acl_state.groups->aces[default_acl_state.groups->n++].perms.allow = in parse_dacl()
554 acl_state.other.allow = mode & 0007; in parse_dacl()
555 default_acl_state.other.allow = mode & 0007; in parse_dacl()
559 acl_state.mask.allow = 0x07; in parse_dacl()
573 default_acl_state.mask.allow = 0x07; in parse_dacl()