smb_acl_t 245 source3/lib/sysacls.c if ((a = (struct smb_acl_t *)SMB_MALLOC(
smb_acl_t 246 source3/lib/sysacls.c sizeof(struct smb_acl_t) +
smb_acl_t 30 source3/modules/vfs_aixacl.c struct smb_acl_t *result = (struct smb_acl_t *)NULL;
smb_acl_t 87 source3/modules/vfs_aixacl.c struct smb_acl_t *result = (struct smb_acl_t *)NULL;
smb_acl_t 27 source3/modules/vfs_aixacl_util.c struct smb_acl_t *result = SMB_MALLOC_P(struct smb_acl_t);
smb_acl_t 64 source3/modules/vfs_aixacl_util.c result = SMB_REALLOC(result, sizeof(struct smb_acl_t) +
smb_acl_t 141 source3/modules/vfs_aixacl_util.c result = SMB_REALLOC(result, sizeof(struct smb_acl_t) +
smb_acl_t 510 source3/modules/vfs_hpuxacl.c sizeof(struct smb_acl_t) +
smb_acl_t 27 source3/modules/vfs_posixacl.c static struct smb_acl_t *smb_acl_to_internal(acl_t acl);
smb_acl_t 29 source3/modules/vfs_posixacl.c static acl_t smb_acl_to_posix(const struct smb_acl_t *acl);
smb_acl_t 38 source3/modules/vfs_posixacl.c struct smb_acl_t *result;
smb_acl_t 68 source3/modules/vfs_posixacl.c struct smb_acl_t *result;
smb_acl_t 213 source3/modules/vfs_posixacl.c static struct smb_acl_t *smb_acl_to_internal(acl_t acl)
smb_acl_t 215 source3/modules/vfs_posixacl.c struct smb_acl_t *result = SMB_MALLOC_P(struct smb_acl_t);
smb_acl_t 226 source3/modules/vfs_posixacl.c result = (struct smb_acl_t *)SMB_REALLOC(
smb_acl_t 227 source3/modules/vfs_posixacl.c result, sizeof(struct smb_acl_t) +
smb_acl_t 271 source3/modules/vfs_posixacl.c static acl_t smb_acl_to_posix(const struct smb_acl_t *acl)
smb_acl_t 442 source3/modules/vfs_solarisacl.c sizeof(struct smb_acl_t) +
smb_acl_t 24 source3/modules/vfs_tru64acl.c static struct smb_acl_t *tru64_acl_to_smb_acl(const struct acl *tru64_acl);
smb_acl_t 40 source3/modules/vfs_tru64acl.c struct smb_acl_t *result;
smb_acl_t 72 source3/modules/vfs_tru64acl.c struct smb_acl_t *result;
smb_acl_t 153 source3/modules/vfs_tru64acl.c static struct smb_acl_t *tru64_acl_to_smb_acl(const struct acl *tru64_acl)
smb_acl_t 155 source3/modules/vfs_tru64acl.c struct smb_acl_t *result;
smb_acl_t 160 source3/modules/vfs_tru64acl.c if ((result = SMB_MALLOC_P(struct smb_acl_t)) == NULL) {
smb_acl_t 171 source3/modules/vfs_tru64acl.c result = SMB_REALLOC(result, sizeof(struct smb_acl_t) +