Searched refs:VDO_COMPRESSED_BLOCK_DATA_SIZE (Results 1 – 2 of 2) sorted by relevance
32 VDO_COMPRESSED_BLOCK_DATA_SIZE = VDO_BLOCK_SIZE - sizeof(struct compressed_block_header), enumerator38 VDO_MAX_COMPRESSED_FRAGMENT_SIZE = VDO_COMPRESSED_BLOCK_DATA_SIZE - 1,44 char data[VDO_COMPRESSED_BLOCK_DATA_SIZE];
70 if (offset >= VDO_COMPRESSED_BLOCK_DATA_SIZE) in vdo_get_compressed_block_fragment()74 if ((offset + compressed_size) > VDO_COMPRESSED_BLOCK_DATA_SIZE) in vdo_get_compressed_block_fragment()128 bin->free_space = VDO_COMPRESSED_BLOCK_DATA_SIZE; in make_bin()354 bin->free_space = VDO_COMPRESSED_BLOCK_DATA_SIZE; in remove_from_bin()548 (VDO_COMPRESSED_BLOCK_DATA_SIZE - fullest_bin->free_space)) in select_bin()