Lines Matching refs:users
38 /* S-1-22-1 Unmapped Unix users */
307 for (i = 0; i < state->users->n; i++) {
310 pace->e_uid = state->users->aces[i].uid;
311 pace->e_perm = state->users->aces[i].perms.allow;
325 if (state->users->n || state->groups->n) {
348 state->users = kzalloc(alloc, GFP_KERNEL);
349 if (!state->users)
353 kfree(state->users);
361 kfree(state->users);
503 acl_state.users->aces[acl_state.users->n].uid =
505 acl_state.users->aces[acl_state.users->n++].perms.allow =
508 default_acl_state.users->aces[default_acl_state.users->n].uid =
510 default_acl_state.users->aces[default_acl_state.users->n++].perms.allow =
519 acl_state.users->aces[acl_state.users->n].uid = fattr->cf_uid;
520 acl_state.users->aces[acl_state.users->n++].perms.allow =
523 default_acl_state.users->aces[default_acl_state.users->n].uid =
525 default_acl_state.users->aces[default_acl_state.users->n++].perms.allow =
550 if (acl_state.users->n || acl_state.groups->n) {
555 posix_acl_alloc(acl_state.users->n +
564 if (default_acl_state.users->n || default_acl_state.groups->n) {
569 posix_acl_alloc(default_acl_state.users->n +