Home
last modified time | relevance | path

Searched defs:host_offset (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/block/
H A Dqcow2-threads.c457 qcow2_co_encdec(BlockDriverState *bs, uint64_t host_offset, in qcow2_co_encdec()
508 qcow2_co_encrypt(BlockDriverState *bs, uint64_t host_offset, in qcow2_co_encrypt()
522 qcow2_co_decrypt(BlockDriverState *bs, uint64_t host_offset, in qcow2_co_decrypt()
H A Dqcow2-cluster.c587 unsigned int *bytes, uint64_t *host_offset, in qcow2_get_host_offset() argument
829 int compressed_size, uint64_t *host_offset) in qcow2_alloc_compressed_cluster_offset() argument
1496 handle_copied(BlockDriverState * bs,uint64_t guest_offset,uint64_t * host_offset,uint64_t * bytes,QCowL2Meta ** m) handle_copied() argument
1606 do_alloc_cluster_offset(BlockDriverState * bs,uint64_t guest_offset,uint64_t * host_offset,uint64_t * nb_clusters) do_alloc_cluster_offset() argument
1663 handle_alloc(BlockDriverState * bs,uint64_t guest_offset,uint64_t * host_offset,uint64_t * bytes,QCowL2Meta ** m) handle_alloc() argument
1785 qcow2_alloc_host_offset(BlockDriverState * bs,uint64_t offset,unsigned int * bytes,uint64_t * host_offset,QCowL2Meta ** m) qcow2_alloc_host_offset() argument
[all...]
H A Dqcow2.c2151 uint64_t host_offset; qcow2_co_block_status() local
2232 qcow2_co_preadv_encrypted(BlockDriverState * bs,uint64_t host_offset,uint64_t offset,uint64_t bytes,QEMUIOVector * qiov,uint64_t qiov_offset) qcow2_co_preadv_encrypted() argument
2282 uint64_t host_offset; /* or l2_entry for compressed read */ global() member
2295 qcow2_add_task(BlockDriverState * bs,AioTaskPool * pool,AioTaskFunc func,QCow2SubclusterType subcluster_type,uint64_t host_offset,uint64_t offset,uint64_t bytes,QEMUIOVector * qiov,size_t qiov_offset,QCowL2Meta * l2meta) qcow2_add_task() argument
2333 qcow2_co_preadv_task(BlockDriverState * bs,QCow2SubclusterType subc_type,uint64_t host_offset,uint64_t offset,uint64_t bytes,QEMUIOVector * qiov,size_t qiov_offset) qcow2_co_preadv_task() argument
2396 uint64_t host_offset = 0; qcow2_co_preadv_part() local
2595 qcow2_co_pwritev_task(BlockDriverState * bs,uint64_t host_offset,uint64_t offset,uint64_t bytes,QEMUIOVector * qiov,uint64_t qiov_offset,QCowL2Meta * l2meta) qcow2_co_pwritev_task() argument
2687 uint64_t host_offset; qcow2_co_pwritev_part() local
3265 uint64_t host_offset = 0; preallocate_co() local
4241 uint64_t host_offset; qcow2_co_copy_range_to() local
4454 int64_t allocation_start, host_offset, guest_offset; qcow2_co_truncate() local
5424 uint64_t host_offset; qcow2_has_compressed_clusters() local
[all...]
/openbmc/qemu/bsd-user/
H A Dmmap.c402 abi_ulong ret, end, real_start, real_end, retaddr, host_offset, host_len; in target_mmap() local
/openbmc/qemu/linux-user/
H A Dmmap.c789 off_t host_offset = offset & -host_page_size; mmap_h_gt_g() local
926 off_t host_offset = offset & -host_page_size; target_mmap__locked() local