Lines Matching full:bad
3 * NAND family Bad Block Management (BBM) header file
4 * - Bad Block Table (BBT) implementation
19 * struct nand_bbt_descr - bad block table descriptor
32 * bad) block in the stored bbt
33 * @pattern: pattern to identify bad block table or factory marked good /
34 * bad blocks, can be NULL, if len = 0
36 * Descriptor for the bad block table marker and the descriptor for the
37 * pattern which identifies good and bad blocks. The assumption is made
53 /* Options for the bad block table descriptors */
61 /* The bad block table is in the last good block of the device */
84 * Use a flash based bad block table. By default, OOB identifier is saved in
85 * OOB area. This option is passed to the default bad block table function.
89 * Do not store flash based bad block table marker in the OOB area; store it
94 * Do not write new bad block markers to OOB; useful, e.g., when ECC covers
110 * Bad block scanning errors
117 * struct bbm_info - [GENERIC] Bad Block Table data structure
120 * @bbt: [INTERN] bad block table pointer
121 * @isbad_bbt: function to determine if a block is bad
122 * @badblock_pattern: [REPLACEABLE] bad block scan pattern used for
123 * initial bad block scan