Searched refs:curr_block (Results 1 - 1 of 1) sorted by relevance

/bootable/recovery/
H A Dfuse_sideload.c86 uint32_t curr_block; // cache the block most recently read from the host member in struct:fuse_data
213 // Fetch a block from the host into fd->curr_block and fd->block_data.
216 if (block == fd->curr_block) {
222 fd->curr_block = block;
238 fd->curr_block = block;
259 fd->curr_block = -1;
384 fd.curr_block = -1;

Completed in 362 milliseconds