Searched refs:XZ (Results 1 – 19 of 19) sorted by relevance
/Linux-v6.6/Documentation/translations/zh_CN/staging/ |
D | xz.rst | 11 Linux中的XZ数据压缩 17 XZ是一种通用的数据压缩格式,其具有高压缩率和相对快的解压速度。主要的压缩算法( 21 XZ解压器在Linux中被称作XZ Embedded。它支持LZMA2过滤器和可选的BCJ过滤器,并支持 22 CRC32完整性校验。你可以在XZ Embedded的主页<https://tukaani.org/xz/embedded.html> 25 对于用户空间来说,XZ Utils提供了类似于zlib的压缩库和类似于gzip的命令行工具。 26 XZ Utils可以从<https://tukaani.org/xz/>下载。 28 内核中的XZ相关组件 31 xz_dec模块为XZ解压器提供了单次调用(缓冲区到缓冲区)和多次调用(有状态)的 34 xz_dec_test模块用于测试xz_dec。除非你想魔改XZ解压器,否则xz_dec_test是 43 scripts/xz_wrap.sh是一个XZ Utils中的xz命令行工具包装器。这个包装器会 [all …]
|
/Linux-v6.6/Documentation/staging/ |
D | xz.rst | 2 XZ data compression in Linux 8 XZ is a general purpose data compression format with high compression 14 The XZ decompressor in Linux is called XZ Embedded. It supports 16 for integrity checking. The home page of XZ Embedded is at 21 For userspace, XZ Utils provide a zlib-like compression library 22 and a gzip-like command line tool. XZ Utils can be downloaded from 25 XZ related components in the kernel 28 The xz_dec module provides XZ decompressor with single-call (buffer 33 useful unless you are hacking the XZ decompressor. xz_dec_test 45 from XZ Utils. The wrapper sets compression options to values suitable [all …]
|
/Linux-v6.6/lib/xz/ |
D | Kconfig | 3 tristate "XZ decompression support" 62 tristate "XZ decompressor tester" 66 This allows passing .xz files to the in-kernel XZ decoder via 70 Unless you are developing the XZ decoder, you don't need this
|
/Linux-v6.6/usr/ |
D | Kconfig | 80 bool "Support initial ramdisk/ramfs compressed using XZ" 84 Support loading of a XZ encoded initial ramdisk or cpio buffer. 122 dictionary size of the algorithm with algorithms like XZ and LZMA 172 bool "XZ" 175 XZ uses the LZMA2 algorithm and has a large dictionary which may cause 177 30% smaller with XZ in comparison to gzip. Decompression speed is
|
/Linux-v6.6/scripts/ |
D | Makefile.modinst | 146 quiet_cmd_xz = XZ $@ 147 cmd_xz = $(XZ) --check=crc32 --lzma2=dict=1MiB -f $<
|
D | xz_wrap.sh | 23 exec $XZ --check=crc32 $BCJ --lzma2=$LZMA2OPTS,dict=32MiB
|
D | Makefile.lib | 524 cmd_xzmisc = cat $(real-prereqs) | $(XZ) --check=crc32 --lzma2=dict=1MiB > $@
|
/Linux-v6.6/arch/arm64/boot/dts/qcom/ |
D | msm8996-sony-xperia-tone-kagura.dts | 13 model = "Sony Xperia XZ";
|
D | msm8998-sony-xperia-yoshino-maple.dts | 12 model = "Sony Xperia XZ Premium";
|
/Linux-v6.6/kernel/ |
D | gen_kheaders.sh | 88 -I $XZ -cf $tarfile -C $cpio_dir/ . > /dev/null
|
/Linux-v6.6/fs/squashfs/ |
D | Kconfig | 196 bool "Include support for XZ compressed file systems" 201 compressed with XZ compression. XZ gives better compression than 205 XZ is not the standard compression used in Squashfs and so most
|
/Linux-v6.6/tools/testing/selftests/firmware/ |
D | fw_filesystem.sh | 539 test_request_firmware_compressed XZ
|
/Linux-v6.6/drivers/base/firmware_loader/ |
D | Kconfig | 190 bool "Enable XZ-compressed firmware support" 195 This option adds the support for XZ-compressed files.
|
/Linux-v6.6/kernel/module/ |
D | Kconfig | 307 bool "XZ" 309 Compress modules with XZ. The installed modules are suffixed
|
/Linux-v6.6/arch/powerpc/boot/dts/ |
D | turris1x.dts | 292 /* 11 MB for TAR.XZ Archive with Factory content of NAND Root File System */
|
/Linux-v6.6/init/ |
D | Kconfig | 295 bool "XZ" 298 XZ uses the LZMA2 algorithm and instruction set specific 300 code. The size of the kernel is about 30% smaller with XZ in 302 filter (i386, x86_64, ARM, IA-64, PowerPC, and SPARC), XZ 306 speed of XZ is better than that of bzip2 but worse than gzip
|
/Linux-v6.6/ |
D | Makefile | 522 XZ = xz macro 607 export KGZIP KBZIP2 KLZOP LZMA LZ4 XZ ZSTD
|
/Linux-v6.6/drivers/gpu/drm/panel/ |
D | Kconfig | 389 Sharp panels used in Sony Xperia Z5 Premium and XZ Premium
|
/Linux-v6.6/Documentation/arch/x86/ |
D | boot.rst | 786 (magic number 5D 00), XZ (magic number FD 37), LZ4 (magic number
|