Lines Matching defs:size
61 const int size = 512;
72 buf = kmalloc(size, GFP_KERNEL);
80 memset(buf, 0xe5, size);
86 kernel_read(file, buf, size, &pos);
88 *decompressor = decompress_method(buf, size, &compress_name);
106 nblocks = (ntohl(romfsb->size)+BLOCK_SIZE-1)>>BLOCK_SIZE_BITS;
114 nblocks = (cramfsb->size + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS;
132 kernel_read(file, buf, size, &pos);
138 nblocks = (cramfsb->size + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS;
146 kernel_read(file, buf, size, &pos);
237 printk(KERN_ERR "RAMDISK: could not determine device size\n");