Home
last modified time | relevance | path

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

/linux-4.4.14/fs/jffs2/
Derase.c359 mtd_unpoint(c->mtd, jeb->offset, retlen); in jffs2_block_check_erase()
368 mtd_unpoint(c->mtd, jeb->offset, c->sector_size); in jffs2_block_check_erase()
Dreadinode.c70 mtd_unpoint(c->mtd, ofs, retlen); in check_node_data()
104 mtd_unpoint(c->mtd, ofs, len); in check_node_data()
140 mtd_unpoint(c->mtd, ofs, len); in check_node_data()
Dscan.c107 mtd_unpoint(c->mtd, 0, pointlen); in jffs2_scan_medium()
281 mtd_unpoint(c->mtd, 0, c->mtd->size); in jffs2_scan_medium()
/linux-4.4.14/include/linux/mtd/
Dmtd.h260 int mtd_unpoint(struct mtd_info *mtd, loff_t from, size_t len);
/linux-4.4.14/drivers/mtd/
Dmtdcore.c884 int mtd_unpoint(struct mtd_info *mtd, loff_t from, size_t len) in mtd_unpoint() function
894 EXPORT_SYMBOL_GPL(mtd_unpoint);