Lines Matching refs:that
6 swapped around (though it does care that directory entries (inodes) in
37 One <file_data> for each file that's either a symlink or a
71 with -z if you want it to create files that can have holes in them.
87 (Block size in cramfs refers to the size of input data that is
91 The superblock ought to indicate the block size that the fs was
92 written for, since comments in <linux/pagemap.h> indicate that
96 Currently, mkcramfs #define's PAGE_CACHE_SIZE as 4096 and uses that
106 is that the generated cramfs cannot always be shared between different
113 One part of that is addressing endianness. The two options here are
137 The cost of option 1 is that kernels with a larger PAGE_CACHE_SIZE
140 The cost of option 2 relative to option 1 is that the code uses
141 variables instead of #define'd constants. The gain is that people
142 with kernels having larger PAGE_CACHE_SIZE can make use of that if
153 will disagree. (If it is implemented, then I'll re-use that code in
158 block size, but that just means adding and parsing a -b option.
164 Given that cramfs will probably be used for CDs etc. as well as just