Searched refs:bbtblocks (Results 1 – 8 of 8) sorted by relevance
225 mtd->ecc_stats.bbtblocks++; in read_bbt()530 int bbtblocks; in search_bbt() local545 bbtblocks = this->chipsize >> this->bbt_erase_shift; in search_bbt()546 startblock &= bbtblocks - 1; in search_bbt()549 bbtblocks = mtd->size >> this->bbt_erase_shift; in search_bbt()
222 mtd->ecc_stats.bbtblocks++; in read_bbt()531 int bbtblocks; in search_bbt() local546 bbtblocks = targetsize >> this->bbt_erase_shift; in search_bbt()547 startblock &= bbtblocks - 1; in search_bbt()550 bbtblocks = mtd->size >> this->bbt_erase_shift; in search_bbt()
254 __u32 bbtblocks; member
243 __u32 bbtblocks; member
253 __u32 bbtblocks; member
204 child->ecc_stats.bbtblocks++; in allocate_partition()
306 return snprintf(buf, PAGE_SIZE, "%u\n", ecc_stats->bbtblocks); in mtd_bbtblocks_show()