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.
64 void *cbuf; /* where compressed data goes */
171 * Copy compressed data to bio.
173 * @out_bio: The bio that will contain all the compressed data.
174 * @compressed_data: The compressed data of this segment.
175 * @compressed_size: The size of the compressed data.
179 * @max_out: The maximum size of the compressed data.
184 * - Copy the compressed buffer into the destination
236 /* Copy compressed data. */ in copy_compressed_data_to_bio()
363 /* Store the size of all chunks of compressed data */ in lzo_compress_bio()
403 * Copy the compressed segment payload into @dest.
437 /* Compressed data length, can be unaligned */ in lzo_decompress_bio()
439 /* Offset inside the compressed data */ in lzo_decompress_bio()
447 /* There must be a compressed folio and matches the sectorsize. */ in lzo_decompress_bio()
461 * If this happens, it means the compressed extent is corrupted. in lzo_decompress_bio()
468 "lzo header invalid, root %llu inode %llu offset %llu lzo len %u compressed len %u", in lzo_decompress_bio()
477 /* Length of the compressed segment */ in lzo_decompress_bio()
509 /* Copy the compressed segment payload into workspace */ in lzo_decompress_bio()