Lines Matching +full:block +full:- +full:copy
9 * Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
12 * See the COPYING file in the top-level directory.
18 #include "block/block-common.h"
21 /* All APIs are thread-safe */
34 /* Function should be called prior any actual copy request */
52 * Run block-copy in a coroutine, create corresponding BlockCopyCallState
58 * @max_workers means maximum of parallel coroutines to execute sub-requests,
71 * block-copy will crash.
76 * Note, that block-copy call is marked finished prior to calling
89 * Cancel running block-copy call.
91 * Cancel leaves block-copy state valid: dirty bits are correct and you may use
94 * Note also, that the cancel is async: it only marks block-copy call to be