Home
last modified time | relevance | path

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

/external/qemu/block/
Dqcow2.h122 typedef struct QCowCreateState { struct
130 } QCowCreateState; argument
183 void qcow2_create_refcount_update(QCowCreateState *s, int64_t offset,
Dqcow2-refcount.c726 void qcow2_create_refcount_update(QCowCreateState *s, int64_t offset, in qcow2_create_refcount_update()
Dqcow2.c856 QCowCreateState s1, *s = &s1; in qcow_create2()