Lines Matching refs:uint64_t
53 (uint64_t)( \
60 uint64_t backing_file_offset;
63 uint64_t size; /* in bytes */
67 uint64_t l1_table_offset;
79 int get_filesize(char *filename, uint64_t *size, struct stat *st);
86 uint64_t fd_end; /*Store a local record of file length */
89 uint64_t backing_file_offset;
103 uint64_t cluster_offset_mask;
104 uint64_t l1_table_offset; /*L1 table offset from beginning of
106 uint64_t *l1_table; /*L1 table entries*/
107 uint64_t *l2_cache; /*We maintain a cache of size
109 uint64_t l2_cache_offsets[L2_CACHE_SIZE]; /*L2 cache entries*/
113 uint64_t cluster_cache_offset; /**/
128 int qcow_create(const char *filename, uint64_t total_size,