ext2_acl_header
if (((struct ext2_acl_header *)value)->a_version != EXT4_ACL_VERSION)
if (size < sizeof(struct ext2_acl_header))
s = size - sizeof(struct ext2_acl_header);
if ((size - sizeof(struct ext2_acl_header)) %
count = (size - sizeof(struct ext2_acl_header)) /
value = value + sizeof(struct ext2_acl_header);
len = sizeof(*ap->a_aclp) + sizeof(struct ext2_acl_header);
struct ext2_acl_header *ext_acl;
disk_size = sizeof(struct ext2_acl_header) +
disk_size = sizeof(struct ext2_acl_header) +
ext_acl = (struct ext2_acl_header *)value;
e = (char *)ext_acl + sizeof(struct ext2_acl_header);
len = sizeof(*ap->a_aclp) + sizeof(struct ext2_acl_header);
len = sizeof(*ap->a_aclp) + sizeof(struct ext2_acl_header);