Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-cluster.c896 uint8_t *start_buffer, *end_buffer; in perform_cow() local
927 start_buffer = qemu_try_blockalign(bs, buffer_size); in perform_cow()
928 if (start_buffer == NULL) { in perform_cow()
932 end_buffer = start_buffer + buffer_size - end->nb_bytes; in perform_cow()
945 qemu_iovec_add(&qiov, start_buffer, buffer_size); in perform_cow()
948 qemu_iovec_add(&qiov, start_buffer, start->nb_bytes); in perform_cow()
967 start_buffer, start->nb_bytes); in perform_cow()
986 qemu_iovec_add(&qiov, start_buffer, start->nb_bytes); in perform_cow()
1000 qemu_iovec_add(&qiov, start_buffer, start->nb_bytes); in perform_cow()
1023 qemu_vfree(start_buffer); in perform_cow()