HomeSort by relevance Sort by last modified time
    Searched refs:refcount_block_cache_offset (Results 1 - 2 of 2) sorted by null

  /external/qemu/block/
qcow2-refcount.c 42 if (s->refcount_block_cache_offset == 0) {
47 if (bdrv_pwrite_sync(bs->file, s->refcount_block_cache_offset,
109 s->refcount_block_cache_offset = refcount_block_offset;
131 if (refcount_block_offset != s->refcount_block_cache_offset) {
196 if (refcount_block_offset != s->refcount_block_cache_offset) {
250 s->refcount_block_cache_offset = new_block;
267 s->refcount_block_cache_offset = new_block;
420 s->refcount_block_cache_offset = 0;
    [all...]
qcow2.h 106 uint64_t refcount_block_cache_offset; member in struct:BDRVQcowState

Completed in 426 milliseconds