Searched defs:refcount_block_offset (Results 1 - 2 of 2) sorted by relevance

/external/qemu/block/
H A Dqcow2.h129 int64_t refcount_block_offset; member in struct:QCowCreateState
H A Dqcow2-refcount.c90 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) {
89 load_refcount_block(BlockDriverState *bs, int64_t refcount_block_offset) argument
425 write_refcount_block_entries(BlockDriverState *bs, int64_t refcount_block_offset, int first_index, int last_index) argument
463 int64_t refcount_block_offset = 0; local
[all...]

Completed in 109 milliseconds