Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/tests/
Doobtest.c85 err = mtd_write_oob(mtd, addr, &ops); in write_eraseblock()
518 err = mtd_write_oob(mtd, addr0, &ops); in mtd_oobtest_init()
565 err = mtd_write_oob(mtd, mtd->size - mtd->writesize, &ops); in mtd_oobtest_init()
612 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()
Dnandbiterrs.c129 err = mtd_write_oob(mtd, offset, &ops); in rewrite_page()
/Linux-v4.19/drivers/mtd/nand/raw/
Dsm_common.c120 ret = mtd_write_oob(mtd, ofs, &ops); in sm_block_markbad()
Dnand_bbt.c366 return mtd_write_oob(mtd, offs, &ops); in scan_write_bbt()
/Linux-v4.19/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.c293 ret = mtd_write_oob(mtd, *ppos, &ops); in mtdchar_write()
394 ret = mtd_write_oob(mtd, start, &ops); in mtdchar_writeoob()
640 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()
Dmtdcore.c1189 int mtd_write_oob(struct mtd_info *mtd, loff_t to, in mtd_write_oob() function
1215 EXPORT_SYMBOL_GPL(mtd_write_oob);
Dmtdswap.c404 ret = mtd_write_oob(d->mtd, offset, &ops); in mtdswap_write_marker()
913 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.c344 ret = mtd_write_oob(mtd, sm_mkoffset(ftl, zone, block, boffset), &ops); in sm_write_sector()
/Linux-v4.19/include/linux/mtd/
Dmtd.h425 int mtd_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops);
/Linux-v4.19/fs/jffs2/
Dwbuf.c1113 ret = mtd_write_oob(c->mtd, jeb->offset, &ops); in jffs2_write_nand_cleanmarker()