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

  /external/qemu/block/
qcow2.h 129 int64_t refcount_block_offset; member in struct:QCowCreateState
qcow2-refcount.c 90 int64_t refcount_block_offset)
103 ret = bdrv_pread(bs->file, refcount_block_offset, s->refcount_block_cache,
109 s->refcount_block_cache_offset = refcount_block_offset;
122 int64_t refcount_block_offset; local
128 refcount_block_offset = s->refcount_table[refcount_table_index];
129 if (!refcount_block_offset)
131 if (refcount_block_offset != s->refcount_block_cache_offset) {
133 ret = load_refcount_block(bs, refcount_block_offset);
191 uint64_t refcount_block_offset = local
195 if (refcount_block_offset) {
463 int64_t refcount_block_offset = 0; local
    [all...]

Completed in 226 milliseconds