Rechercher une page de manuel
nand_block_checkbad
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
nand_block_checkbad - [GENERIC] Check if a block is marked badSYNOPSIS
- int nand_block_checkbad(struct mtd_info * mtd, loff_t ofs, int getchip, int allowbbt);
ARGUMENTS
mtd
- MTD device structure
ofs
- offset from device start
getchip
- 0, if the chip is already selected
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@linutronix.de>
- Author.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre