Lines Matching full:compression
8 filesystem for Linux. It uses zlib, lz4, lzo, xz or zstd compression
91 If in doubt, select "Single threaded compression"
94 bool "Single threaded compression"
179 ZLIB compression is the standard compression used by Squashfs
180 file systems. It offers a good trade-off between compression
192 compressed with LZ4 compression. LZ4 compression is mainly
196 LZ4 is not the standard compression used in Squashfs and so most
207 compressed with LZO compression. LZO compression is mainly
211 LZO is not the standard compression used in Squashfs and so most
222 compressed with XZ compression. XZ gives better compression than
223 the default zlib compression, at the expense of greater CPU and
226 XZ is not the standard compression used in Squashfs and so most
237 compressed with ZSTD compression. ZSTD gives better compression than
238 the default ZLIB compression, while using less CPU.
240 ZSTD is not the standard compression used in Squashfs and so most