Lines Matching full:compressed
27 * Regular and inlined LZO compressed data extents consist of:
31 * Records the total size (including the header) of compressed data.
36 * One regular LZO compressed extent can have one or more segments.
37 * For inlined LZO compressed extent, only one segment is allowed.
67 void *cbuf; /* where compressed data goes */
125 * - Copy the compressed buffer into the destination
168 /* Copy compressed data */ in copy_compressed_data_to_page()
235 * compressed size in lzo_compress_pages()
290 /* Store the size of all chunks of compressed data */ in lzo_compress_pages()
306 * Copy the compressed segment payload into @dest.
337 /* Compressed data length, can be unaligned */ in lzo_decompress_bio()
339 /* Offset inside the compressed data */ in lzo_decompress_bio()
354 * If this happens, it means the compressed extent is corrupted. in lzo_decompress_bio()
359 "invalid lzo header, lzo len %u compressed len %u", in lzo_decompress_bio()
367 /* Length of the compressed segment */ in lzo_decompress_bio()
395 /* Copy the compressed segment payload into workspace */ in lzo_decompress_bio()