Lines Matching refs:ebcnt
46 static int ebcnt; variable
264 for (i = 0; i < ebcnt; ++i) { in verify_all_eraseblocks_ff()
313 ebcnt = tmp; in mtd_subpagetest_init()
320 mtd->writesize, subpgsize, ebcnt, pgcnt, mtd->oobsize); in mtd_subpagetest_init()
330 bbt = kzalloc(ebcnt, GFP_KERNEL); in mtd_subpagetest_init()
334 err = mtdtest_scan_for_bad_eraseblocks(mtd, bbt, 0, ebcnt); in mtd_subpagetest_init()
338 err = mtdtest_erase_good_eraseblocks(mtd, bbt, 0, ebcnt); in mtd_subpagetest_init()
344 for (i = 0; i < ebcnt; ++i) { in mtd_subpagetest_init()
361 for (i = 0; i < ebcnt; ++i) { in mtd_subpagetest_init()
376 err = mtdtest_erase_good_eraseblocks(mtd, bbt, 0, ebcnt); in mtd_subpagetest_init()
387 for (i = 0; i < ebcnt; ++i) { in mtd_subpagetest_init()
405 for (i = 0; i < ebcnt; ++i) { in mtd_subpagetest_init()
420 err = mtdtest_erase_good_eraseblocks(mtd, bbt, 0, ebcnt); in mtd_subpagetest_init()