Searched refs:decompress (Results 1 – 2 of 2) sorted by relevance
454 decompress_fn decompress; in unpack_to_rootfs() local484 decompress = decompress_method(buf, len, &compress_name); in unpack_to_rootfs()486 if (decompress) { in unpack_to_rootfs()487 int res = decompress(buf, len, NULL, flush_buffer, NULL, in unpack_to_rootfs()
322 decompress around the same speed as LZO, but slower than LZ4. You