Linux Kernel
3.7.1
|
#include <bbm.h>
Data Fields | |
int | bbt_erase_shift |
int | badblockpos |
int | options |
uint8_t * | bbt |
int(* | isbad_bbt )(struct mtd_info *mtd, loff_t ofs, int allowbbt) |
struct nand_bbt_descr * | badblock_pattern |
void * | priv |
struct bbm_info - [GENERIC] Bad Block Table data structure : [INTERN] number of address bits in a bbt entry : [INTERN] position of the bad block marker in the oob area : options for this descriptor : [INTERN] bad block table pointer : function to determine if a block is bad : [REPLACEABLE] bad block scan pattern used for initial bad block scan : [OPTIONAL] pointer to private bbm date
struct nand_bbt_descr* badblock_pattern |