Searched refs:alloc_offset (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/block/ |
| H A D | qcow2-cluster.c | 965 m->alloc_offset + start->offset, in perform_cow() 973 m->alloc_offset + end->offset, in perform_cow() 996 ret = do_perform_cow_write(bs, m->alloc_offset, start->offset, &qiov); in perform_cow() 1001 ret = do_perform_cow_write(bs, m->alloc_offset, start->offset, &qiov); in perform_cow() 1008 ret = do_perform_cow_write(bs, m->alloc_offset, end->offset, &qiov); in perform_cow() 1034 uint64_t cluster_offset = m->alloc_offset; in qcow2_alloc_cluster_link_l2() 1133 qcow2_free_clusters(bs, m->alloc_offset, in qcow2_alloc_cluster_abort() 1305 .alloc_offset = host_cluster_offset, in calculate_l2_meta()
|
| H A D | qcow2.h | 452 uint64_t alloc_offset; 449 uint64_t alloc_offset; global() member
|
| H A D | qcow2.c | 2630 uint64_t start_offset = m->alloc_offset + m->cow_start.offset; in qcow2_co_pwritev_task() 4657 .alloc_offset = host_offset, in qcow2_co_truncate()
|