Home
last modified time | relevance | path

Searched refs:uncomp_buf (Results 1 – 1 of 1) sorted by relevance

/qemu/block/
H A Dvmdk.c1928 uint8_t *uncomp_buf; in vmdk_read_extent()
1948 uncomp_buf = g_malloc(cluster_bytes); in vmdk_read_extent()
1967 ret = uncompress(uncomp_buf, &buf_len, compressed_data, data_len); in vmdk_read_extent()
1978 qemu_iovec_from_buf(qiov, 0, uncomp_buf + offset_in_cluster, bytes); in vmdk_co_preadv()
1982 g_free(uncomp_buf); in vmdk_co_preadv()
1918 uint8_t *uncomp_buf; vmdk_read_extent() local