Lines Matching refs:compression
8 filesystem for Linux. It uses zlib, lzo or xz compression to
65 If in doubt, select "Single threaded compression"
68 bool "Single threaded compression"
117 ZLIB compression is the standard compression used by Squashfs
118 file systems. It offers a good trade-off between compression
130 compressed with LZ4 compression. LZ4 compression is mainly
134 LZ4 is not the standard compression used in Squashfs and so most
145 compressed with LZO compression. LZO compression is mainly
149 LZO is not the standard compression used in Squashfs and so most
160 compressed with XZ compression. XZ gives better compression than
161 the default zlib compression, at the expense of greater CPU and
164 XZ is not the standard compression used in Squashfs and so most
175 compressed with ZSTD compression. ZSTD gives better compression than
176 the default ZLIB compression, while using less CPU.
178 ZSTD is not the standard compression used in Squashfs and so most