Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-threads.c458 uint64_t guest_offset, void *buf, size_t len, in qcow2_co_encdec() argument
464 .offset = s->crypt_physical_offset ? host_offset : guest_offset, in qcow2_co_encdec()
474 assert(QEMU_IS_ALIGNED(guest_offset, sector_size)); in qcow2_co_encdec()
509 uint64_t guest_offset, void *buf, size_t len) in qcow2_co_encrypt() argument
511 return qcow2_co_encdec(bs, host_offset, guest_offset, buf, len, in qcow2_co_encrypt()
523 uint64_t guest_offset, void *buf, size_t len) in qcow2_co_decrypt() argument
525 return qcow2_co_encdec(bs, host_offset, guest_offset, buf, len, in qcow2_co_decrypt()