Searched refs:bbtblocks (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/include/uapi/mtd/
H A Dmtd-abi.h246 * @bbtblocks: number of blocks reserved for bad block tables
252 __u32 bbtblocks; member in struct:mtd_ecc_stats
/linux-4.4.14/drivers/mtd/nand/
H A Dnand_bbt.c227 mtd->ecc_stats.bbtblocks++; read_bbt()
530 int bbtblocks; search_bbt() local
545 bbtblocks = this->chipsize >> this->bbt_erase_shift; search_bbt()
546 startblock &= bbtblocks - 1; search_bbt()
549 bbtblocks = mtd->size >> this->bbt_erase_shift; search_bbt()
/linux-4.4.14/drivers/mtd/
H A Dmtdcore.c317 return snprintf(buf, PAGE_SIZE, "%u\n", ecc_stats->bbtblocks); mtd_bbtblocks_show()
H A Dmtdpart.c546 slave->mtd.ecc_stats.bbtblocks++; allocate_partition()

Completed in 148 milliseconds