Home
last modified time | relevance | path

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

/bootable/recovery/mtdutils/
Dmtdutils.c419 loff_t bpos = pos; in write_block() local
420 int ret = ioctl(fd, MEMGETBADBLOCK, &bpos); in write_block()
532 loff_t bpos = pos; in mtd_erase_blocks() local
533 if (ioctl(ctx->fd, MEMGETBADBLOCK, &bpos) > 0) { in mtd_erase_blocks()