Lines Matching defs:blocks
38 * blocks.
174 MODULE_PARM_DESC(spare_eblocks, "Percentage of spare erase blocks for "
412 * Are there any erase blocks without MAGIC_CLEAN header, presumably
501 * Place eblk into a tree corresponding to its number of active blocks
1222 seq_printf(s, "%s:\t%5d erase blocks, erased min %d, "
1226 seq_printf(s, "%s:\t%5d erase blocks, all erased %d "
1231 seq_printf(s, "bad:\t%5u erase blocks\n", bb_cnt);
1276 unsigned int i, eblk_bytes, pages, blocks;
1285 blocks = eblocks * d->pages_per_eblk;
1294 d->revmap = vmalloc(array_size(blocks, sizeof(int)));
1306 for (i = 0; i < blocks; i++)
1397 printk(KERN_ERR "%s: Not enough erase blocks. %u available, "
1415 "%u spare, %u bad blocks\n",