Lines Matching defs:blocks
196 unsigned blocks, j;
265 blocks = le32_to_cpu(header.FormattedSize) >> header.BlockSize;
266 part->VirtualBlockMap = vmalloc(array_size(blocks, sizeof(uint32_t)));
270 memset(part->VirtualBlockMap, 0xff, blocks * sizeof(uint32_t));
298 (BLOCK_NUMBER(le32_to_cpu(part->bam_cache[j])) < blocks))
422 All data blocks are copied to the corresponding blocks in the
478 /* Copy all data blocks from source unit to transfer unit */
507 /* All other blocks must be free */
561 the most deleted blocks. But with a small probability, pick the
648 "no free blocks!\n");
651 "no free blocks!\n");
669 cached unit. If there are no free blocks, it returns 0 -- this
898 "no free blocks!\n");