mtd_write_oob     168 drivers/mtd/inftlcore.c 	res = mtd_write_oob(mtd, offs & ~(mtd->writesize - 1), &ops);
mtd_write_oob     189 drivers/mtd/inftlcore.c 	res = mtd_write_oob(mtd, offs & ~(mtd->writesize - 1), &ops);
mtd_write_oob     279 drivers/mtd/mtdchar.c 			ret = mtd_write_oob(mtd, *ppos, &ops);
mtd_write_oob     380 drivers/mtd/mtdchar.c 	ret = mtd_write_oob(mtd, start, &ops);
mtd_write_oob     626 drivers/mtd/mtdchar.c 	ret = mtd_write_oob(mtd, (loff_t)req.start, &ops);
mtd_write_oob     299 drivers/mtd/mtdconcat.c 		err = mtd_write_oob(subdev, to, &devops);
mtd_write_oob    1169 drivers/mtd/mtdcore.c 	ret = mtd_write_oob(mtd, to, &ops);
mtd_write_oob    1296 drivers/mtd/mtdcore.c EXPORT_SYMBOL_GPL(mtd_write_oob);
mtd_write_oob     391 drivers/mtd/mtdswap.c 	ret = mtd_write_oob(d->mtd, offset, &ops);
mtd_write_oob     900 drivers/mtd/mtdswap.c 			ret = mtd_write_oob(mtd, pos, &ops);
mtd_write_oob     366 drivers/mtd/nand/raw/nand_bbt.c 	return mtd_write_oob(mtd, offs, &ops);
mtd_write_oob     118 drivers/mtd/nand/raw/sm_common.c 	ret = mtd_write_oob(mtd, ofs, &ops);
mtd_write_oob     157 drivers/mtd/nftlcore.c 	res = mtd_write_oob(mtd, offs & ~mask, &ops);
mtd_write_oob     181 drivers/mtd/nftlcore.c 	res = mtd_write_oob(mtd, offs & ~mask, &ops);
mtd_write_oob     345 drivers/mtd/sm_ftl.c 	ret = mtd_write_oob(mtd, sm_mkoffset(ftl, zone, block, boffset), &ops);
mtd_write_oob     116 drivers/mtd/tests/nandbiterrs.c 	err = mtd_write_oob(mtd, offset, &ops);
mtd_write_oob      73 drivers/mtd/tests/oobtest.c 		err = mtd_write_oob(mtd, addr, &ops);
mtd_write_oob     506 drivers/mtd/tests/oobtest.c 	err = mtd_write_oob(mtd, addr0, &ops);
mtd_write_oob     553 drivers/mtd/tests/oobtest.c 		err = mtd_write_oob(mtd, mtd->size - mtd->writesize, &ops);
mtd_write_oob     600 drivers/mtd/tests/oobtest.c 		err = mtd_write_oob(mtd, mtd->size - mtd->writesize, &ops);
mtd_write_oob     661 drivers/mtd/tests/oobtest.c 			err = mtd_write_oob(mtd, addr, &ops);
mtd_write_oob    1113 fs/jffs2/wbuf.c 	ret = mtd_write_oob(c->mtd, jeb->offset, &ops);
mtd_write_oob     423 include/linux/mtd/mtd.h int mtd_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops);