VDO_MAX_COMPRESSION_SLOTS
result = vdo_allocate_extended(VDO_MAX_COMPRESSION_SLOTS, incoming, __func__, &bin);
#define COMPRESSED_BLOCK_1_0_SIZE (4 + 4 + (2 * VDO_MAX_COMPRESSION_SLOTS))
if (slot < VDO_MAX_COMPRESSION_SLOTS) {
(VDO_MAX_COMPRESSION_SLOTS - slot) * sizeof(__le16));
if ((bin->slots_used == VDO_MAX_COMPRESSION_SLOTS) ||
if (slot >= VDO_MAX_COMPRESSION_SLOTS)
__le16 sizes[VDO_MAX_COMPRESSION_SLOTS];