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

  /external/qemu/block/
qcow2.h 64 uint64_t refcount_table_offset; member in struct:QCowHeader
104 uint64_t refcount_table_offset; member in struct:BDRVQcowState
128 int64_t refcount_table_offset; member in struct:QCowCreateState
qcow2-refcount.c 69 ret = bdrv_pread(bs->file, s->refcount_table_offset,
283 s->refcount_table_offset + refcount_table_index * sizeof(uint64_t),
390 ret = bdrv_pwrite_sync(bs->file, offsetof(QCowHeader, refcount_table_offset),
397 uint64_t old_table_offset = s->refcount_table_offset;
403 s->refcount_table_offset = table_offset;
    [all...]
qcow2.c 157 be64_to_cpus(&header.refcount_table_offset);
181 s->refcount_table_offset = header.refcount_table_offset;
939 s->refcount_table_offset = offset;
940 header.refcount_table_offset = cpu_to_be64(offset);
956 qcow2_create_refcount_update(s, s->refcount_table_offset,
1008 lseek(fd, s->refcount_table_offset, SEEK_SET);
    [all...]

Completed in 36 milliseconds