nand_block_checkbad (9) Linux Manual Page
nand_block_checkbad – [GENERIC] Check if a block is marked bad
Synopsis
int nand_block_checkbad(struct mtd_info *mtd, loff_t ofs, int allowbbt);
Arguments
mtd
-
- MTD device structure
ofs
- offset from device start
allowbbt
- 1, if its allowed to access the bbt area
Description
Check, if the block is bad. Either by reading the bad block table or calling of the scan function.
Author
Thomas Gleixner <tglx [at] linutronix.de>
- Author.
