Lines Matching refs:int64_t
108 int64_t free_cluster_index;
109 int64_t free_byte_offset;
127 int64_t l1_table_offset;
128 int64_t refcount_table_offset;
129 int64_t refcount_block_offset;
148 static inline int size_to_clusters(BDRVQcowState *s, int64_t size) in size_to_clusters()
153 static inline int size_to_l1(BDRVQcowState *s, int64_t size) in size_to_l1()
159 static inline int64_t align_offset(int64_t offset, int n) in align_offset()
170 int64_t sector_num, uint8_t *buf, int nb_sectors);
176 int64_t qcow2_alloc_clusters(BlockDriverState *bs, int64_t size);
177 int64_t qcow2_alloc_bytes(BlockDriverState *bs, int size);
179 int64_t offset, int64_t size);
183 void qcow2_create_refcount_update(QCowCreateState *s, int64_t offset,
184 int64_t size);
186 int64_t l1_table_offset, int l1_size, int addend);
194 void qcow2_encrypt_sectors(BDRVQcowState *s, int64_t sector_num,