HomeSort by relevance Sort by last modified time
    Searched refs:mtd_info (Results 276 - 278 of 278) sorted by null

<<1112

  /bootable/recovery/mtdutils/
mtdutils.c 246 struct mtd_info_user mtd_info; local
247 int ret = ioctl(fd, MEMGETINFO, &mtd_info);
251 if (total_size != NULL) *total_size = mtd_info.size;
252 if (erase_size != NULL) *erase_size = mtd_info.erasesize;
253 if (write_size != NULL) *write_size = mtd_info.writesize;
  /external/yaffs2/yaffs2/
yaffs_fs.c     [all...]
  /external/kernel-headers/original/linux/
fs.h     [all...]

Completed in 1257 milliseconds

<<1112