other versions
NAND_ISBAD_BBT(9) | Internal Functions Provided | NAND_ISBAD_BBT(9) |
NAME¶
nand_isbad_bbt - [NAND Interface] Check if a block is bad
SYNOPSIS¶
int nand_isbad_bbt(struct mtd_info * mtd, loff_t offs, int allowbbt);
ARGUMENTS¶
struct mtd_info * mtd
MTD device structure
loff_t offs
offset in the device
int allowbbt
allow access to bad block table region
AUTHOR¶
Thomas Gleixner <tglx@linutronix.de>
Author.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |