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

  /external/qemu/block/
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...]
qcow2.h 129 int64_t refcount_block_offset; member in struct:QCowCreateState
qcow2.c 943 s->refcount_block_offset = offset;
958 qcow2_create_refcount_update(s, s->refcount_block_offset,
1016 lseek(fd, s->refcount_block_offset, SEEK_SET);
    [all...]

Completed in 328 milliseconds