Lines Matching defs:ebnum
43 static int write_eraseblock(int ebnum)
47 loff_t addr = (loff_t)ebnum * mtd->erasesize;
78 static int write_eraseblock2(int ebnum)
82 loff_t addr = (loff_t)ebnum * mtd->erasesize;
85 if (addr + (subpgsize * k) > (loff_t)(ebnum + 1) * mtd->erasesize)
117 static int verify_eraseblock(int ebnum)
121 loff_t addr = (loff_t)ebnum * mtd->erasesize;
178 static int verify_eraseblock2(int ebnum)
182 loff_t addr = (loff_t)ebnum * mtd->erasesize;
185 if (addr + (subpgsize * k) > (loff_t)(ebnum + 1) * mtd->erasesize)
212 static int verify_eraseblock_ff(int ebnum)
217 loff_t addr = (loff_t)ebnum * mtd->erasesize;