Searched refs:mtd_point (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/mtd/ |
D | mtd.h | 258 int mtd_point(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen,
|
/linux-4.4.14/drivers/mtd/ |
D | mtdcore.c | 866 int mtd_point(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, in mtd_point() function 881 EXPORT_SYMBOL_GPL(mtd_point);
|
/linux-4.4.14/fs/jffs2/ |
D | erase.c | 348 ret = mtd_point(c->mtd, jeb->offset, c->sector_size, &retlen, in jffs2_block_check_erase()
|
D | scan.c | 101 ret = mtd_point(c->mtd, 0, c->mtd->size, &pointlen, in jffs2_scan_medium()
|
D | readinode.c | 67 err = mtd_point(c->mtd, ofs, len, &retlen, (void **)&buffer, NULL); in check_node_data()
|