Lines Matching full:uint64_t
57 uint64_t backing_file_offset;
60 uint64_t size; /* in bytes */
63 uint64_t l1_table_offset;
64 uint64_t refcount_table_offset;
67 uint64_t snapshots_offset;
71 uint64_t l1_table_offset;
78 uint64_t vm_clock_nsec;
92 uint64_t cluster_offset_mask;
93 uint64_t l1_table_offset;
94 uint64_t *l1_table;
95 uint64_t *l2_cache;
96 uint64_t l2_cache_offsets[L2_CACHE_SIZE];
100 uint64_t cluster_cache_offset;
103 uint64_t *refcount_table;
104 uint64_t refcount_table_offset;
106 uint64_t refcount_block_cache_offset;
115 uint64_t snapshots_offset;
126 uint64_t *refcount_table;
137 uint64_t offset;
138 uint64_t cluster_offset;
181 uint64_t cluster_offset, int nb_clusters);
193 int qcow2_decompress_cluster(BlockDriverState *bs, uint64_t cluster_offset);
199 int qcow2_get_cluster_offset(BlockDriverState *bs, uint64_t offset,
200 int *num, uint64_t *cluster_offset);
201 int qcow2_alloc_cluster_offset(BlockDriverState *bs, uint64_t offset,
203 uint64_t qcow2_alloc_compressed_cluster_offset(BlockDriverState *bs,
204 uint64_t offset,