new_aces 373 source3/modules/onefs_acl.c struct ifs_ace *new_aces = NULL;
new_aces 412 source3/modules/onefs_acl.c new_aces = SMB_MALLOC_ARRAY(struct ifs_ace, sd->dacl->num_aces);
new_aces 413 source3/modules/onefs_acl.c if (new_aces == NULL)
new_aces 422 source3/modules/onefs_acl.c new_aces[new_aces_count++] = sd->dacl->aces[cur];
new_aces 428 source3/modules/onefs_acl.c new_aces[new_aces_count++] = sd->dacl->aces[cur];
new_aces 434 source3/modules/onefs_acl.c new_aces[new_aces_count++] = sd->dacl->aces[cur];
new_aces 449 source3/modules/onefs_acl.c memcpy(sd->dacl->aces, new_aces,
new_aces 452 source3/modules/onefs_acl.c SAFE_FREE(new_aces);
new_aces 544 source3/modules/onefs_acl.c struct ifs_ace new_aces[6];
new_aces 554 source3/modules/onefs_acl.c new_aces[0] = onefs_init_ace(fsp->conn, file_mode, false, USR);
new_aces 555 source3/modules/onefs_acl.c new_aces[1] = onefs_init_ace(fsp->conn, file_mode, false, GRP);
new_aces 556 source3/modules/onefs_acl.c new_aces[2] = onefs_init_ace(fsp->conn, file_mode, false, OTH);
new_aces 557 source3/modules/onefs_acl.c new_aces[3] = onefs_init_ace(fsp->conn, dir_mode, true, USR);
new_aces 558 source3/modules/onefs_acl.c new_aces[4] = onefs_init_ace(fsp->conn, dir_mode, true, GRP);
new_aces 559 source3/modules/onefs_acl.c new_aces[5] = onefs_init_ace(fsp->conn, dir_mode, true, OTH);
new_aces 562 source3/modules/onefs_acl.c if (new_aces[i].access_mask != 0)
new_aces 582 source3/modules/onefs_acl.c if (new_aces[i].access_mask != 0) {
new_aces 584 source3/modules/onefs_acl.c new_aces[i];