ifs_ace           170 source3/modules/onefs_acl.c onefs_samba_ace_to_ace(SEC_ACE * samba_ace, struct ifs_ace * ace,
ifs_ace           242 source3/modules/onefs_acl.c 	struct ifs_ace *aces = NULL;
ifs_ace           257 source3/modules/onefs_acl.c 		aces = SMB_MALLOC_ARRAY(struct ifs_ace, num_aces);
ifs_ace           373 source3/modules/onefs_acl.c 	struct ifs_ace *new_aces = NULL;
ifs_ace           412 source3/modules/onefs_acl.c 	new_aces = SMB_MALLOC_ARRAY(struct ifs_ace, sd->dacl->num_aces);
ifs_ace           450 source3/modules/onefs_acl.c 	    sizeof(struct ifs_ace) * new_aces_count);
ifs_ace           466 source3/modules/onefs_acl.c static struct ifs_ace onefs_init_ace(struct connection_struct *conn,
ifs_ace           471 source3/modules/onefs_acl.c 	struct ifs_ace result;
ifs_ace           544 source3/modules/onefs_acl.c 		struct ifs_ace new_aces[6];
ifs_ace           545 source3/modules/onefs_acl.c 		struct ifs_ace *old_aces;
ifs_ace           569 source3/modules/onefs_acl.c 			sd->dacl->aces = SMB_MALLOC_ARRAY(struct ifs_ace,
ifs_ace           578 source3/modules/onefs_acl.c 			    sizeof(struct ifs_ace) * sd->dacl->num_aces);