Lines Matching refs:xz
2 * Wrapper for decompressing XZ-compressed kernel, initramfs, and initrd
18 * The safety margin for XZ with LZMA2 or BCJ+LZMA2 is calculated below.
19 * Note that the margin with XZ is bigger than with Deflate (gzip)!
26 * The structure of the .xz file in case of a compresed kernel is as follows.
74 * - 128 bytes for the .xz file format headers;
92 * support XZ, the fixed overhead has to be increased from 18+32768 bytes
113 # include <linux/xz.h>
145 #include "xz/xz_private.h"
233 #include "xz/xz_crc32.c"
234 #include "xz/xz_dec_stream.c"
235 #include "xz/xz_dec_lzma2.c"
236 #include "xz/xz_dec_bcj.c"
247 * of the native XZ decoder API. The single-call mode can be used only when
357 error("XZ decompressor ran out of memory");
361 error("Input is not in the XZ format (wrong magic bytes)");
366 "supported by this XZ decoder");
371 error("XZ-compressed data is corrupt");
375 error("Bug in the XZ decompressor");
389 error("XZ decompressor ran out of memory");