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

/linux-master/drivers/mtd/tests/
H A Doobtest.c73 err = mtd_write_oob(mtd, addr, &ops);
506 err = mtd_write_oob(mtd, addr0, &ops);
551 err = mtd_write_oob(mtd, mtd->size - mtd->writesize, &ops);
596 err = mtd_write_oob(mtd, mtd->size - mtd->writesize, &ops);
655 err = mtd_write_oob(mtd, addr, &ops);
H A Dnandbiterrs.c116 err = mtd_write_oob(mtd, offset, &ops);
/linux-master/drivers/mtd/nand/raw/
H A Dsm_common.c118 ret = mtd_write_oob(mtd, ofs, &ops);
H A Dnand_bbt.c366 return mtd_write_oob(mtd, offs, &ops);
/linux-master/drivers/mtd/
H A Dnftlcore.c157 res = mtd_write_oob(mtd, offs & ~mask, &ops);
181 res = mtd_write_oob(mtd, offs & ~mask, &ops);
H A Dmtdchar.c271 ret = mtd_write_oob(mtd, *ppos, &ops);
370 ret = mtd_write_oob(mtd, start, &ops);
662 * over in data+OOB writes requiring multiple mtd_write_oob()
673 ret = mtd_write_oob(mtd, req.start, &ops);
H A Dinftlcore.c168 res = mtd_write_oob(mtd, offs & ~(mtd->writesize - 1), &ops);
189 res = mtd_write_oob(mtd, offs & ~(mtd->writesize - 1), &ops);
H A Dmtdswap.c391 ret = mtd_write_oob(d->mtd, offset, &ops);
899 ret = mtd_write_oob(mtd, pos, &ops);
H A Dmtdcore.c1528 ret = mtd_write_oob(mtd, to, &ops);
1737 int mtd_write_oob(struct mtd_info *mtd, loff_t to, function
1763 EXPORT_SYMBOL_GPL(mtd_write_oob); variable
H A Dmtdconcat.c340 err = mtd_write_oob(subdev, to, &devops);
H A Dsm_ftl.c347 ret = mtd_write_oob(mtd, sm_mkoffset(ftl, zone, block, boffset), &ops);
/linux-master/include/linux/mtd/
H A Dmtd.h513 int mtd_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops);
/linux-master/fs/jffs2/
H A Dwbuf.c1113 ret = mtd_write_oob(c->mtd, jeb->offset, &ops);

Completed in 302 milliseconds