Searched refs:K (Results 1 – 2 of 2) sorted by relevance
11 Block sizes greater than 4K are supported up to a maximum of 1 Mbytes12 (default block size 128K). SquashFS 4.0 supports 64 bit filesystems184 bool "Use 4K device block size?"188 to 1K or the smallest block size supported by the block device193 the optimal I/O size is 4K (even though the devices can support196 Using a 4K device block size may also improve overall I/O200 Setting this option will force Squashfs to use a 4K device block
34 #define XT_CMP(CMP, K, X, OFFSET64)\ argument37 (CMP) = ((K) >= OFFSET64 + lengthXAD(X)) ? 1 :\38 ((K) < OFFSET64) ? -1 : 0;\