1NAND_MEMORY_BBT(9) Internal Functions Provided NAND_MEMORY_BBT(9)
2
3
4
6 nand_memory_bbt - [GENERIC] create a memory based bad block table
7
9 int nand_memory_bbt(struct mtd_info * mtd, struct nand_bbt_descr * bd);
10
12 mtd
13 MTD device structure
14
15 bd
16 descriptor for the good/bad block search pattern
17
19 The function creates a memory based bbt by scanning the device for
20 manufacturer / software marked good / bad blocks
21
23 Thomas Gleixner <tglx@linutronix.de>
24 Author.
25
27Kernel Hackers Manual 2.6. June 2019 NAND_MEMORY_BBT(9)