Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/mtd/
Dmtd-abi.h254 __u32 bbtblocks; member
/Linux-v5.10/drivers/mtd/nand/raw/
Dnand_bbt.c222 mtd->ecc_stats.bbtblocks++; in read_bbt()
531 int bbtblocks; in search_bbt() local
546 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()
/Linux-v5.10/drivers/mtd/
Dmtdpart.c204 child->ecc_stats.bbtblocks++; in allocate_partition()
Dmtdcore.c306 return snprintf(buf, PAGE_SIZE, "%u\n", ecc_stats->bbtblocks); in mtd_bbtblocks_show()