Lines Matching full:blocks
39 unsigned int blocks;
120 block, start_block, start_block+blocks,
126 block, start_block, start_block+blocks,
155 block = start_block + (unsigned int)(random() % blocks);
160 for (block = start_block; block < start_block + blocks; block++)
199 block = start_block + (unsigned int)(random() % blocks);
206 for (block = start_block; block < start_block + blocks; block++)
234 for (block = start_block; block < start_block + blocks; block++) {
293 blocks = megabytes * (1024 * 1024 / blocksize);
309 blocks = megabytes * (1024 * 1024 / blocksize);
334 printf("Ininitializing block %d to %d in file %s (signature %08x)\n", start_block, start_block+blocks, filename, signature);
335 /* Initialise all file data to correct blocks */
336 for (block = start_block; block < start_block+blocks; block++)