Home
last modified time | relevance | path

Searched defs:BlockCopyState (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/block/
H A Dblock-copy.c115 typedef struct BlockCopyState { struct
121 BdrvChild *source;
122 BdrvChild *target;
128 int64_t cluster_size;
129 int64_t max_transfer;
130 uint64_t len;
131 BdrvRequestFlags write_flags;
137 CoMutex lock;
138 int64_t in_flight_bytes;
139 BlockCopyMethod method;
[all …]
/openbmc/qemu/include/block/
H A Dblock-copy.h24 typedef struct BlockCopyState BlockCopyState; typedef