Searched refs:coffset (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/block/ |
| H A D | qcow.c | 600 uint64_t coffset; in decompress_cluster() local 602 coffset = cluster_offset & s->cluster_offset_mask; in decompress_cluster() 603 if (s->cluster_cache_offset != coffset) { in decompress_cluster() 607 ret = bdrv_co_pread(bs->file, coffset, csize, s->cluster_data, 0); in decompress_cluster() 614 s->cluster_cache_offset = coffset; in decompress_cluster()
|
| H A D | qcow2-refcount.c | 1182 uint64_t coffset; in qcow2_free_any_cluster() local 1185 qcow2_parse_compressed_l2_entry(bs, l2_entry, &coffset, &csize); in qcow2_free_any_cluster() 1186 qcow2_free_clusters(bs, coffset, csize, type); in qcow2_free_any_cluster() 1341 uint64_t coffset; in qcow2_update_snapshot_refcount() 1345 &coffset, &csize); in qcow2_update_snapshot_refcount() 1347 bs, coffset, csize, in qcow2_update_snapshot_refcount() 1703 uint64_t coffset; in check_refcounts_l2() 1724 fprintf(stderr, "ERROR: coffset=0x%" PRIx64 ": " in check_refcounts_l2() 1747 qcow2_parse_compressed_l2_entry(bs, l2_entry, &coffset, &csize); in check_refcounts_l2() 1749 bs, res, refcount_table, refcount_table_size, coffset, csiz in check_refcounts_l2() 1324 uint64_t coffset; qcow2_update_snapshot_refcount() local 1686 uint64_t coffset; check_refcounts_l2() local [all...] |
| H A D | qcow2-cluster.c | 2546 uint64_t *coffset, int *csize) in qcow2_expand_zero_clusters() 2553 *coffset = l2_entry & s->cluster_offset_mask; in qcow2_parse_compressed_l2_entry() 2557 (*coffset & (QCOW2_COMPRESSED_SECTOR_SIZE - 1)); in qcow2_parse_compressed_l2_entry() 2550 qcow2_parse_compressed_l2_entry(BlockDriverState * bs,uint64_t l2_entry,uint64_t * coffset,int * csize) qcow2_parse_compressed_l2_entry() argument
|
| H A D | qcow2.h | 952 uint64_t *coffset, int *csize);
|
| H A D | qcow2.c | 4920 uint64_t coffset; in make_completely_empty() 4924 qcow2_parse_compressed_l2_entry(bs, l2_entry, &coffset, &csize); in make_completely_empty() 4934 ret = bdrv_co_pread(bs->file, coffset, csize, buf, 0); in make_completely_empty() 4833 uint64_t coffset; qcow2_co_preadv_compressed() local
|