Lines Matching refs:aclcmp
1969 * aclcmp compares to acls to see if they are identical.
1977 aclcmp(ufs_ic_acl_t *aclin1p, ufs_ic_acl_t *aclin2p)
2023 if (aclcmp(sp1->aowner, sp2->aowner) ||
2024 aclcmp(sp1->agroup, sp2->agroup) ||
2025 aclcmp(sp1->aother, sp2->aother) ||
2026 aclcmp(sp1->ausers, sp2->ausers) ||
2027 aclcmp(sp1->agroups, sp2->agroups) ||
2028 aclcmp(sp1->downer, sp2->downer) ||
2029 aclcmp(sp1->dgroup, sp2->dgroup) ||
2030 aclcmp(sp1->dother, sp2->dother) ||
2031 aclcmp(sp1->dusers, sp2->dusers) ||
2032 aclcmp(sp1->dgroups, sp2->dgroups))