Searched refs:coffset (Results 1 – 6 of 6) 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() 1324 uint64_t coffset; in qcow2_update_snapshot_refcount() local 1328 &coffset, &csize); in qcow2_update_snapshot_refcount() 1330 bs, coffset, csize, in qcow2_update_snapshot_refcount() 1686 uint64_t coffset; in check_refcounts_l2() local 1730 qcow2_parse_compressed_l2_entry(bs, l2_entry, &coffset, &csize); in check_refcounts_l2() 1732 bs, res, refcount_table, refcount_table_size, coffset, csize); in check_refcounts_l2()
|
H A D | qcow2-cluster.c | 2550 uint64_t *coffset, int *csize) in qcow2_parse_compressed_l2_entry() argument 2557 *coffset = l2_entry & s->cluster_offset_mask; in qcow2_parse_compressed_l2_entry() 2561 (*coffset & (QCOW2_COMPRESSED_SECTOR_SIZE - 1)); in qcow2_parse_compressed_l2_entry()
|
H A D | qcow2.h | 945 uint64_t *coffset, int *csize);
|
H A D | qcow2.c | 4831 uint64_t coffset; in qcow2_co_preadv_compressed() local 4835 qcow2_parse_compressed_l2_entry(bs, l2_entry, &coffset, &csize); in qcow2_co_preadv_compressed() 4845 ret = bdrv_co_pread(bs->file, coffset, csize, buf, 0); in qcow2_co_preadv_compressed()
|
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | prism2fw.c | 502 u32 coffset; in mkimage() local 560 coffset = s3start - cstart; in mkimage() 561 memcpy(clist[j].data + coffset, s3data[i].data, s3data[i].len); in mkimage()
|