Home
last modified time | relevance | path

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

/qemu/block/
H A Dqcow2-threads.c508 qcow2_co_encrypt(BlockDriverState *bs, uint64_t host_offset, in qcow2_co_encrypt() function
H A Dqcow2.h1068 qcow2_co_encrypt(BlockDriverState *bs, uint64_t host_offset,
H A Dqcow2-cluster.c964 ret = qcow2_co_encrypt(bs, in perform_cow()
972 ret = qcow2_co_encrypt(bs, in perform_cow()
H A Dqcow2.c2598 if (qcow2_co_encrypt(bs, host_offset, offset, crypt_buf, bytes) < 0) { in qcow2_co_pwritev_task()