Searched defs:BlockCopyState (Results 1 – 2 of 2) sorted by relevance
115 typedef struct BlockCopyState { struct121 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 …]
24 typedef struct BlockCopyState BlockCopyState; typedef