Searched defs:host_offset (Results 1 – 5 of 5) sorted by relevance
/qemu/block/ |
H A D | qcow2-threads.c | 457 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 D | qcow2-cluster.c | 587 unsigned int *bytes, uint64_t *host_offset, in qcow2_get_host_offset() 829 int compressed_size, uint64_t *host_offset) in qcow2_alloc_compressed_cluster_offset() 1496 uint64_t *host_offset, uint64_t *bytes, QCowL2Meta **m) in handle_copied() 1606 uint64_t *host_offset, uint64_t *nb_clusters) in do_alloc_cluster_offset() 1663 uint64_t *host_offset, uint64_t *bytes, QCowL2Meta **m) in handle_alloc() 1785 uint64_t *host_offset, in qcow2_alloc_host_offset()
|
H A D | qcow2.c | 2151 uint64_t host_offset; in qcow2_co_block_status() local 2232 uint64_t host_offset, in qcow2_co_preadv_encrypted() 2282 uint64_t host_offset; /* or l2_entry for compressed read */ member 2295 uint64_t host_offset, in qcow2_add_task() 2333 uint64_t host_offset, uint64_t offset, uint64_t bytes, in qcow2_co_preadv_task() 2396 uint64_t host_offset = 0; in qcow2_co_preadv_part() local 2595 int qcow2_co_pwritev_task(BlockDriverState *bs, uint64_t host_offset, in qcow2_co_pwritev_task() 2687 uint64_t host_offset; in qcow2_co_pwritev_part() local 3267 uint64_t host_offset = 0; in preallocate_co() local 4243 uint64_t host_offset; in qcow2_co_copy_range_to() local [all …]
|
/qemu/bsd-user/ |
H A D | mmap.c | 402 abi_ulong ret, end, real_start, real_end, retaddr, host_offset, host_len; in target_mmap() local
|
/qemu/linux-user/ |
H A D | mmap.c | 789 off_t host_offset = offset & -host_page_size; in mmap_h_gt_g() local 926 off_t host_offset = offset & -host_page_size; in target_mmap__locked() local
|