Searched refs:aclsz (Results 1 – 3 of 3) sorted by relevance
332 size_t aclsz; in md_get_acl() local346 aclsz = I_ACL_SIZE(acecount); in md_get_acl()347 if ((acl = MALLOC(aclsz)) == NULL) in md_get_acl()349 bzero(acl, aclsz); in md_get_acl()1423 int aclsz, error, i, mapcnt; in smbfs_acl_zfs2sd() local1605 aclsz = I_ACL_SIZE(dacl_acecnt); in smbfs_acl_zfs2sd()1606 if ((acl = MALLOC(aclsz)) == NULL) { in smbfs_acl_zfs2sd()1610 bzero(acl, aclsz); in smbfs_acl_zfs2sd()1647 aclsz = I_ACL_SIZE(sacl_acecnt); in smbfs_acl_zfs2sd()1648 if ((acl = MALLOC(aclsz)) == NULL) { in smbfs_acl_zfs2sd()[all …]
1468 int aclsz, dfaclsz = 0; in convert_ace_to_aent() local1481 aclsz = sizeof (aclent_t) * aclcnt; in convert_ace_to_aent()1483 aclentp = cacl_realloc(aclentp, aclsz, aclsz + dfaclsz); in convert_ace_to_aent()
1829 size_t aclsz; in zfs_getacl() local1831 aclsz = count * sizeof (ace_t) + in zfs_getacl()1834 vsecp->vsa_aclentp = kmem_alloc(aclsz, KM_SLEEP); in zfs_getacl()1835 vsecp->vsa_aclentsz = aclsz; in zfs_getacl()