Lines Matching full:compressed
23 * Regular and inlined LZO compressed data extents consist of:
27 * Records the total size (including the header) of compressed data.
32 * One regular LZO compressed extent can have one or more segments.
33 * For inlined LZO compressed extent, only one segment is allowed.
60 void *cbuf; /* where compressed data goes */
146 * store the size of all chunks of compressed data in in lzo_compress_pages()
173 /* store the size of this chunk of compressed data */ in lzo_compress_pages()
260 /* store the size of all chunks of compressed data */ in lzo_compress_pages()
311 * Compressed data header check. in lzo_decompress_bio()
313 * The real compressed size can't exceed the maximum extent length, and in lzo_decompress_bio()
315 * header is not possible). If this happens it means the compressed in lzo_decompress_bio()
340 * compression size, nor the total compressed size. in lzo_decompress_bio()