Home
last modified time | relevance | path

Searched refs:K (Results 1 – 2 of 2) sorted by relevance

/fs/squashfs/
DKconfig11 Block sizes greater than 4K are supported up to a maximum of 1 Mbytes
12 (default block size 128K). SquashFS 4.0 supports 64 bit filesystems
184 bool "Use 4K device block size?"
188 to 1K or the smallest block size supported by the block device
193 the optimal I/O size is 4K (even though the devices can support
196 Using a 4K device block size may also improve overall I/O
200 Setting this option will force Squashfs to use a 4K device block
/fs/jfs/
Djfs_xtree.c34 #define XT_CMP(CMP, K, X, OFFSET64)\ argument
37 (CMP) = ((K) >= OFFSET64 + lengthXAD(X)) ? 1 :\
38 ((K) < OFFSET64) ? -1 : 0;\