VDO_COMPRESSED_BLOCK_DATA_SIZE
if ((size > 0) && (size < VDO_COMPRESSED_BLOCK_DATA_SIZE)) {
bin->free_space = VDO_COMPRESSED_BLOCK_DATA_SIZE;
bin->free_space = VDO_COMPRESSED_BLOCK_DATA_SIZE;
(VDO_COMPRESSED_BLOCK_DATA_SIZE - fullest_bin->free_space))
if (offset >= VDO_COMPRESSED_BLOCK_DATA_SIZE)
if ((offset + compressed_size) > VDO_COMPRESSED_BLOCK_DATA_SIZE)
VDO_MAX_COMPRESSED_FRAGMENT_SIZE = VDO_COMPRESSED_BLOCK_DATA_SIZE - 1,
char data[VDO_COMPRESSED_BLOCK_DATA_SIZE];