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.
61 void *cbuf; /* where compressed data goes */
147 * store the size of all chunks of compressed data in in lzo_compress_pages()
174 /* store the size of this chunk of compressed data */ in lzo_compress_pages()
261 /* store the size of all chunks of compressed data */ in lzo_compress_pages()
283 * Copy the compressed segment payload into @dest.
318 /* Compressed data length, can be unaligned */ in lzo_decompress_bio()
320 /* Offset inside the compressed data */ in lzo_decompress_bio()
335 * If this happens, it means the compressed extent is corrupted. in lzo_decompress_bio()
340 "invalid lzo header, lzo len %u compressed len %u", in lzo_decompress_bio()
348 /* Length of the compressed segment */ in lzo_decompress_bio()
365 /* Copy the compressed segment payload into workspace */ in lzo_decompress_bio()