Lines Matching refs:sized
195 1 fixed-sized output data compression (with non-compacted indexes);
197 3 fixed-sized output data compression (with compacted indexes, v5.3+);
252 been supported since Linux v5.15: Files are split in equal-sized data chunks
262 EROFS implements LZ4 fixed-sized output compression which generates fixed-sized
263 compressed data blocks from variable-sized input in contrast to other existing
264 fixed-sized input solutions. Relatively higher compression ratios can be gotten
265 by using fixed-sized output compression since nowadays popular data compression
266 algorithms are mostly LZ77-based and such fixed-sized output approach can be
269 In details, original (uncompressed) data is turned into several variable-sized
271 In order to record each variable-sized extent, logical clusters (lclusters) are
276 |<- variable-sized extent ->|<- VLE ->|
293 which contains compressed data. Previously, only lcluster-sized (4KB) pclusters
313 a lcluster-sized pcluster (without CBLKCNT) ^