Home
last modified time | relevance | path

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

/qemu/block/
H A Dfilter-compress.c83 flags | BDRV_REQ_WRITE_COMPRESSED); in compress_co_pwritev_part()
H A Dcopy-on-read.c216 BDRV_REQ_WRITE_COMPRESSED); in cor_co_pwritev_compressed()
H A Dthrottle.c163 BDRV_REQ_WRITE_COMPRESSED); in throttle_co_pwritev_compressed()
H A Dblock-copy.c290 (compress ? BDRV_REQ_WRITE_COMPRESSED : 0); in block_copy_set_copy_opts()
504 ~BDRV_REQ_WRITE_COMPRESSED); in block_copy_do_copy()
H A Dblock-backend.c2600 BDRV_REQ_WRITE_COMPRESSED); in blk_co_pwrite_compressed()
H A Dio.c2101 } else if (flags & BDRV_REQ_WRITE_COMPRESSED) { in bdrv_aligned_pwritev()
/qemu/include/block/
H A Dblock-common.h182 BDRV_REQ_WRITE_COMPRESSED = 0x20, enumerator
/qemu/
H A Dqemu-img.c1885 BdrvRequestFlags flags = s->compressed ? BDRV_REQ_WRITE_COMPRESSED : 0; in convert_co_write()
3682 write_flags |= BDRV_REQ_WRITE_COMPRESSED; in img_rebase()