Home
last modified time | relevance | path

Searched refs:mtd_erase_blocks (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/mtdutils/
H A Dmtdutils.h52 off_t mtd_erase_blocks(MtdWriteContext *, int blocks); /* 0 ok, -1 for all */
H A Dmtdutils.c505 off_t mtd_erase_blocks(MtdWriteContext *ctx, int blocks) in mtd_erase_blocks() function
550 if (mtd_erase_blocks(ctx, 0) == (off_t) -1) r = -1; in mtd_write_close()
/OK3568_Linux_fs/external/recovery/mtdutils/
H A Dmtdutils.h59 off_t mtd_erase_blocks(MtdWriteContext *, int blocks); /* 0 ok, -1 for all */
H A Dmtdutils.c528 off_t mtd_erase_blocks(MtdWriteContext *ctx, int blocks) in mtd_erase_blocks() function
573 if (mtd_erase_blocks(ctx, 0) == (off_t) -1) r = -1; in mtd_write_close()
/OK3568_Linux_fs/external/recovery/
H A Droots.c384 } else if (mtd_erase_blocks(write, -1) == (off_t) -1) { in format_volume()