Searched refs:bbt_mark_entry (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | nand_bbt.c | 88 static inline void bbt_mark_entry(struct nand_chip *chip, int block, in bbt_mark_entry() function 225 bbt_mark_entry(this, offs + act, in read_bbt() 239 bbt_mark_entry(this, offs + act, in read_bbt() 242 bbt_mark_entry(this, offs + act, in read_bbt() 498 bbt_mark_entry(this, i, BBT_BLOCK_FACTORY_BAD); in create_bbt() 690 bbt_mark_entry(this, block, BBT_BLOCK_WORN); in mark_bbt_block_bad() 1061 bbt_mark_entry(this, block, BBT_BLOCK_RESERVED); in mark_bbt_region() 1075 bbt_mark_entry(this, block, BBT_BLOCK_RESERVED); in mark_bbt_region() 1444 bbt_mark_entry(this, block, BBT_BLOCK_WORN); in nand_markbad_bbt()
|