Lines Matching refs:ace
38 const struct xfs_acl_entry *ace; in xfs_acl_from_disk() local
60 ace = &aclp->acl_entry[i]; in xfs_acl_from_disk()
68 acl_e->e_tag = be32_to_cpu(ace->ae_tag); in xfs_acl_from_disk()
69 acl_e->e_perm = be16_to_cpu(ace->ae_perm); in xfs_acl_from_disk()
74 be32_to_cpu(ace->ae_id)); in xfs_acl_from_disk()
78 be32_to_cpu(ace->ae_id)); in xfs_acl_from_disk()
100 struct xfs_acl_entry *ace; in xfs_acl_to_disk() local
105 ace = &aclp->acl_entry[i]; in xfs_acl_to_disk()
108 ace->ae_tag = cpu_to_be32(acl_e->e_tag); in xfs_acl_to_disk()
111 ace->ae_id = cpu_to_be32( in xfs_acl_to_disk()
115 ace->ae_id = cpu_to_be32( in xfs_acl_to_disk()
119 ace->ae_id = cpu_to_be32(ACL_UNDEFINED_ID); in xfs_acl_to_disk()
123 ace->ae_perm = cpu_to_be16(acl_e->e_perm); in xfs_acl_to_disk()