Searched refs:extra_block (Results 1 – 1 of 1) sorted by relevance
91 uint8_t* extra_block; // another block of storage for reads that member347 memcpy(fd->extra_block, fd->block_data + block_offset, in handle_read()349 vec[1].iov_base = fd->extra_block; in handle_read()415 fd.extra_block = (uint8_t*)malloc(block_size); in run_fuse_sideload()416 if (fd.extra_block == NULL) { in run_fuse_sideload()522 free(fd.extra_block); in run_fuse_sideload()