Lines Matching full:compressed
22 /* The header of a compressed block. */
27 /* List of unsigned 16-bit compressed block sizes, little-endian */
35 * A compressed block is only written if we can pack at least two fragments into it, so a
36 * fragment which fills the entire data portion of a compressed block is too big.
41 /* * The compressed block overlay. */
48 * Each packer_bin holds an incomplete batch of data_vios that only partially fill a compressed
50 * enough space to hold a newly-compressed data_vio can easily be found. When the bin fills up or
52 * Upon entering the packer, each data_vio already has its compressed data in the first slot of the
55 * the agent's compressed block. The agent then writes out the compressed block. If the write is
56 * successful, the agent shares its pbn lock which each of the other data_vios in its compressed
68 /* The number of compressed block bytes remaining in the current batch */