acl_count
numacls = acl_count(sp->aowner) +
acl_count(sp->agroup) +
acl_count(sp->aother) +
acl_count(sp->ausers) +
acl_count(sp->agroups);
numacls = acl_count(sp->downer) +
acl_count(sp->dgroup) +
acl_count(sp->dother) +
acl_count(sp->dusers) +
acl_count(sp->dgroups);
acl_size = acl_count(sp->aowner) + /* owner */
acl_count(sp->agroup) + /* owner group */
acl_count(sp->aother) + /* owner other */
acl_count(sp->ausers) + /* acl list */
acl_count(sp->agroups); /* group alcs */
acl_count(sp->downer) + /* def owner */
acl_count(sp->dgroup) + /* def owner group */
acl_count(sp->dother) + /* def owner other */
acl_count(sp->dusers) + /* def users */
acl_count(sp->dgroups); /* def group acls */
static int acl_count(ufs_ic_acl_t *);
int acl_count;
&acl_count, &znode_acl)) != 0) {
aclp->z_acl_count = acl_count;
uint64_t acl_count;
&acl_count, sizeof (acl_count))) != 0)
*aclcount = acl_count;