mtd_write_oob
res = mtd_write_oob(mtd, offs & ~(mtd->writesize - 1), &ops);
res = mtd_write_oob(mtd, offs & ~(mtd->writesize - 1), &ops);
ret = mtd_write_oob(mtd, *ppos, &ops);
ret = mtd_write_oob(mtd, start, &ops);
ret = mtd_write_oob(mtd, req.start, &ops);
err = mtd_write_oob(subdev, to, &devops);
ret = mtd_write_oob(mtd, to, &ops);
EXPORT_SYMBOL_GPL(mtd_write_oob);
ret = mtd_write_oob(d->mtd, offset, &ops);
ret = mtd_write_oob(mtd, pos, &ops);
return mtd_write_oob(mtd, offs, &ops);
ret = mtd_write_oob(mtd, ofs, &ops);
res = mtd_write_oob(mtd, offs & ~mask, &ops);
res = mtd_write_oob(mtd, offs & ~mask, &ops);
ret = mtd_write_oob(mtd, sm_mkoffset(ftl, zone, block, boffset), &ops);
err = mtd_write_oob(mtd, offset, &ops);
err = mtd_write_oob(mtd, addr0, &ops);
err = mtd_write_oob(mtd, mtd->size - mtd->writesize, &ops);
err = mtd_write_oob(mtd, mtd->size - mtd->writesize, &ops);
err = mtd_write_oob(mtd, addr, &ops);
err = mtd_write_oob(mtd, addr, &ops);
ret = mtd_write_oob(c->mtd, jeb->offset, &ops);
int mtd_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops);