Home
last modified time | relevance | path

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

/bootable/recovery/mtdutils/
Dmtdutils.c53 int bad_block_count; member
375 ctx->bad_block_count = 0; in mtd_write_partition()
398 if (ctx->bad_block_count + 1 > ctx->bad_block_alloc) { in add_bad_block_offset()
403 ctx->bad_block_offsets[ctx->bad_block_count++] = pos; in add_bad_block_offset()