Lines Matching refs:ace
986 ACCESS_ALLOWED_ACE *ace;
996 /* initialize 'ace' to the first ace (if any) */
997 ace = (ACCESS_ALLOWED_ACE *)((char *)acl + 8);
1005 switch (ace->type) {
1021 ace_type, (unsigned int)ace->flags,
1022 (unsigned int)le32_to_cpu(ace->mask));
1024 sid = ntfs_sid_to_mbs(&ace->sid, NULL, 0);
1029 ace = (ACCESS_ALLOWED_ACE *)(((char *)ace) +
1030 le16_to_cpu(ace->size));