Lines Matching refs:BDRVQcowState
33 BDRVQcowState *s = bs->opaque; in qcow2_grow_l1_table()
83 BDRVQcowState *s = bs->opaque; in qcow2_l2_cache_reset()
92 BDRVQcowState *s = bs->opaque; in l2_cache_new_entry()
120 static uint64_t *seek_l2_table(BDRVQcowState *s, uint64_t l2_offset) in seek_l2_table()
150 BDRVQcowState *s = bs->opaque; in l2_load()
178 static int write_l1_entry(BDRVQcowState *s, int l1_index) in write_l1_entry()
210 BDRVQcowState *s = bs->opaque; in l2_allocate()
286 void qcow2_encrypt_sectors(BDRVQcowState *s, int64_t sector_num, in qcow2_encrypt_sectors()
312 BDRVQcowState *s = bs->opaque; in qcow_read()
355 BDRVQcowState *s = bs->opaque; in copy_sectors()
397 BDRVQcowState *s = bs->opaque; in qcow2_get_cluster_offset()
485 BDRVQcowState *s = bs->opaque; in get_cluster_table()
544 BDRVQcowState *s = bs->opaque; in qcow2_alloc_compressed_cluster_offset()
586 static int write_l2_entries(BDRVQcowState *s, uint64_t *l2_table, in write_l2_entries()
606 BDRVQcowState *s = bs->opaque; in qcow2_alloc_cluster_link_l2()
683 BDRVQcowState *s = bs->opaque; in qcow2_alloc_cluster_offset()
779 int qcow2_decompress_cluster(BDRVQcowState *s, uint64_t cluster_offset) in qcow2_decompress_cluster()