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_folios()
291 /* Store the size of all chunks of compressed data */ in lzo_compress_folios()
307 * Copy the compressed segment payload into @dest.
338 /* Compressed data length, can be unaligned */ in lzo_decompress_bio()
340 /* Offset inside the compressed data */ in lzo_decompress_bio()
355 * If this happens, it means the compressed extent is corrupted. in lzo_decompress_bio()
362 "lzo header invalid, root %llu inode %llu offset %llu lzo len %u compressed len %u", in lzo_decompress_bio()
371 /* Length of the compressed segment */ in lzo_decompress_bio()
403 /* Copy the compressed segment payload into workspace */ in lzo_decompress_bio()