posix_acl_xattr_header
struct posix_acl_xattr_header dummy_acl;
const struct posix_acl_xattr_header *header = value;
if (size < sizeof(struct posix_acl_xattr_header))
const struct posix_acl_xattr_header *header = value;
struct posix_acl_xattr_header *ext_acl;
struct posix_acl_xattr_header *ext_acl = buffer;
return (sizeof(struct posix_acl_xattr_header) +
if (size < sizeof(struct posix_acl_xattr_header))
size -= sizeof(struct posix_acl_xattr_header);