Home
last modified time | relevance | path

Searched refs:mtd_block_markbad (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/mtd/
H A Dmtd.h544 int mtd_block_markbad(struct mtd_info *mtd, loff_t ofs);
/linux/drivers/mtd/
H A Dnftlmount.c356 mtd_block_markbad(nftl->mbd.mtd, instr->addr); in NFTL_formatblock()
H A Dmtdcore.c2421 int mtd_block_markbad(struct mtd_info *mtd, loff_t ofs) in mtd_block_markbad() function
2456 EXPORT_SYMBOL_GPL(mtd_block_markbad);
2457 ALLOW_ERROR_INJECTION(mtd_block_markbad, ERRNO);
/linux/drivers/mtd/nand/raw/
H A Dnandsim.c819 if (mtd_block_markbad(mtd, offset)) { in ns_parse_badblocks()