Home
last modified time | relevance | path

Searched refs:VDO_MAX_COMPRESSION_SLOTS (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/dm-vdo/
A Dpacker.c33 #define COMPRESSED_BLOCK_1_0_SIZE (4 + 4 + (2 * VDO_MAX_COMPRESSION_SLOTS))
64 if (slot >= VDO_MAX_COMPRESSION_SLOTS) in vdo_get_compressed_block_fragment()
123 result = vdo_allocate_extended(struct packer_bin, VDO_MAX_COMPRESSION_SLOTS, in make_bin()
456 if (slot < VDO_MAX_COMPRESSION_SLOTS) { in write_bin()
459 (VDO_MAX_COMPRESSION_SLOTS - slot) * sizeof(__le16)); in write_bin()
510 if ((bin->slots_used == VDO_MAX_COMPRESSION_SLOTS) || in add_data_vio_to_packer_bin()
A Dpacker.h28 __le16 sizes[VDO_MAX_COMPRESSION_SLOTS];
A Dtypes.h160 VDO_MAX_COMPRESSION_SLOTS = enumerator

Completed in 7 milliseconds