HomeSort by relevance Sort by last modified time
    Searched refs:mtd_write (Results 1 - 3 of 3) sorted by null

  /external/fio/oslib/
libmtd.h 271 * mtd_write - write data to an MTD device.
289 int mtd_write(libmtd_t desc, const struct mtd_dev_info *mtd, int fd, int eb,
libmtd.c 986 err = mtd_write(desc, mtd, fd, eb, 0, buf, mtd->eb_size, NULL,
1124 int mtd_write(libmtd_t desc, const struct mtd_dev_info *mtd, int fd, int eb, function
    [all...]
  /external/fio/engines/
mtd.c 96 ret = mtd_write(desc, &fmd->info, f->fd, eb,
100 td_verror(td, errno, "mtd_write");

Completed in 72 milliseconds