Lines Matching refs:PAGE_CACHE_SIZE
89 PAGE_CACHE_SIZE for cramfs_readpage's convenience.)
93 PAGE_CACHE_SIZE may grow in future (if I interpret the comment
96 Currently, mkcramfs #define's PAGE_CACHE_SIZE as 4096 and uses that
97 for blksize, whereas Linux-2.3.39 uses its PAGE_CACHE_SIZE, which in
102 One option is to change mkcramfs to take its PAGE_CACHE_SIZE from
105 PAGE_CACHE_SIZE (4096)' to `#include <asm/page.h>'. The disadvantage
108 PAGE_CACHE_SIZE is subject to change between kernel versions
129 PAGE_CACHE_SIZE.
132 PAGE_CACHE_SIZE.
135 PAGE_CACHE_SIZE: just make cramfs_readpage read multiple blocks.
137 The cost of option 1 is that kernels with a larger PAGE_CACHE_SIZE
142 with kernels having larger PAGE_CACHE_SIZE can make use of that if
144 smaller PAGE_CACHE_SIZE values.