Lines Matching full:compressed
24 * Regular and inlined LZO compressed data extents consist of:
28 * Records the total size (including the header) of compressed data.
33 * One regular LZO compressed extent can have one or more segments.
34 * For inlined LZO compressed extent, only one segment is allowed.
64 void *cbuf; /* where compressed data goes */
122 * - Copy the compressed buffer into the destination
165 /* Copy compressed data */ in copy_compressed_data_to_page()
232 * compressed size in lzo_compress_pages()
287 /* Store the size of all chunks of compressed data */ in lzo_compress_pages()
303 * Copy the compressed segment payload into @dest.
334 /* Compressed data length, can be unaligned */ in lzo_decompress_bio()
336 /* Offset inside the compressed data */ in lzo_decompress_bio()
351 * If this happens, it means the compressed extent is corrupted. in lzo_decompress_bio()
356 "invalid lzo header, lzo len %u compressed len %u", in lzo_decompress_bio()
364 /* Length of the compressed segment */ in lzo_decompress_bio()
393 /* Copy the compressed segment payload into workspace */ in lzo_decompress_bio()