Searched refs:mtd_write_oob (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/mtd/tests/ |
D | oobtest.c | 85 err = mtd_write_oob(mtd, addr, &ops); in write_eraseblock() 509 err = mtd_write_oob(mtd, addr0, &ops); in mtd_oobtest_init() 553 err = mtd_write_oob(mtd, mtd->size - mtd->writesize, &ops); in mtd_oobtest_init() 597 err = mtd_write_oob(mtd, mtd->size - mtd->writesize, &ops); in mtd_oobtest_init() 655 err = mtd_write_oob(mtd, addr, &ops); in mtd_oobtest_init()
|
D | nandbiterrs.c | 129 err = mtd_write_oob(mtd, offset, &ops); in rewrite_page()
|
/linux-4.4.14/drivers/mtd/nand/ |
D | sm_common.c | 59 ret = mtd_write_oob(mtd, ofs, &ops); in sm_block_markbad()
|
D | nand_bbt.c | 366 return mtd_write_oob(mtd, offs, &ops); in scan_write_bbt()
|
/linux-4.4.14/drivers/mtd/ |
D | nftlcore.c | 170 res = mtd_write_oob(mtd, offs & ~mask, &ops); in nftl_write_oob() 194 res = mtd_write_oob(mtd, offs & ~mask, &ops); in nftl_write()
|
D | mtdchar.c | 289 ret = mtd_write_oob(mtd, *ppos, &ops); in mtdchar_write() 399 ret = mtd_write_oob(mtd, start, &ops); in mtdchar_writeoob() 578 ret = mtd_write_oob(mtd, (loff_t)req.start, &ops); in mtdchar_write_ioctl()
|
D | inftlcore.c | 181 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()
|
D | mtdswap.c | 406 ret = mtd_write_oob(d->mtd, offset, &ops); in mtdswap_write_marker() 949 ret = mtd_write_oob(mtd, pos, &ops); in mtdswap_eblk_passes()
|
D | mtdconcat.c | 313 err = mtd_write_oob(subdev, to, &devops); in concat_write_oob()
|
D | sm_ftl.c | 343 ret = mtd_write_oob(mtd, sm_mkoffset(ftl, zone, block, boffset), &ops); in sm_write_sector()
|
/linux-4.4.14/include/linux/mtd/ |
D | mtd.h | 272 static inline int mtd_write_oob(struct mtd_info *mtd, loff_t to, in mtd_write_oob() function
|
/linux-4.4.14/fs/jffs2/ |
D | wbuf.c | 1113 ret = mtd_write_oob(c->mtd, jeb->offset, &ops); in jffs2_write_nand_cleanmarker()
|