Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mtd/tests/
Dmtd_oobtest.c142 err = mtd_write_oob(mtd, addr, &ops); in write_eraseblock()
527 err = mtd_write_oob(mtd, addr0, &ops); in mtd_oobtest_init()
571 err = mtd_write_oob(mtd, mtd->size - mtd->writesize, &ops); in mtd_oobtest_init()
615 err = mtd_write_oob(mtd, mtd->size - mtd->writesize, &ops); in mtd_oobtest_init()
673 err = mtd_write_oob(mtd, addr, &ops); in mtd_oobtest_init()
/linux-3.4.99/drivers/mtd/nand/
Dsm_common.c58 ret = mtd_write_oob(mtd, ofs, &ops); in sm_block_markbad()
Dnand_bbt.c354 return mtd_write_oob(mtd, offs, &ops); in scan_write_bbt()
/linux-3.4.99/drivers/mtd/
Dnftlcore.c170 res = mtd_write_oob(mtd, offs & ~mask, &ops); in nftl_write_oob()
194 res = mtd_write_oob(mtd, offs & ~mask, &ops); in nftl_write()
Dmtdchar.c334 ret = mtd_write_oob(mtd, *ppos, &ops); in mtdchar_write()
437 ret = mtd_write_oob(mtd, start, &ops); in mtdchar_writeoob()
615 ret = mtd_write_oob(mtd, (loff_t)req.start, &ops); in mtdchar_write_ioctl()
Dinftlcore.c181 res = mtd_write_oob(mtd, offs & ~(mtd->writesize - 1), &ops); in inftl_write_oob()
202 res = mtd_write_oob(mtd, offs & ~(mtd->writesize - 1), &ops); in inftl_write()
Dmtdswap.c406 ret = mtd_write_oob(d->mtd, offset, &ops); in mtdswap_write_marker()
949 ret = mtd_write_oob(mtd, pos, &ops); in mtdswap_eblk_passes()
Dmtdconcat.c313 err = mtd_write_oob(subdev, to, &devops); in concat_write_oob()
Dsm_ftl.c343 ret = mtd_write_oob(mtd, sm_mkoffset(ftl, zone, block, boffset), &ops); in sm_write_sector()
/linux-3.4.99/include/linux/mtd/
Dmtd.h268 static inline int mtd_write_oob(struct mtd_info *mtd, loff_t to, in mtd_write_oob() function
/linux-3.4.99/fs/jffs2/
Dwbuf.c1112 ret = mtd_write_oob(c->mtd, jeb->offset, &ops); in jffs2_write_nand_cleanmarker()