Home
last modified time | relevance | path

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

/include/linux/mtd/
Dmtd.h311 int (*_max_bad_blocks) (struct mtd_info *mtd, loff_t ofs, size_t len); member
395 if (!mtd->_max_bad_blocks) in mtd_max_bad_blocks()
401 return mtd->_max_bad_blocks(mtd, ofs, len); in mtd_max_bad_blocks()