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

  /external/fio/oslib/
libmtd.h 73 * @oob_size: OOB size (zero if the device does not have OOB area)
91 int oob_size; member in struct:mtd_dev_info
libmtd.c 771 if (dev_read_pos_int(lib->mtd_oob_size, mtd_num, &mtd->oob_size))
1116 len = mtd->oob_size - start;
1222 if (oob_offs + length > mtd->oob_size || length == 0) {
1224 length, start, oob_offs, mtd->mtd_num, mtd->oob_size);
    [all...]
libmtd_legacy.c 291 mtd->oob_size = ui.oobsize;

Completed in 2283 milliseconds