Lines Matching defs:s

51     BlockCopyState *s;  member
90 BlockCopyState *s; member
166 static int64_t block_copy_chunk_size(BlockCopyState *s) in block_copy_chunk_size()
189 block_copy_task_create(BlockCopyState *s, BlockCopyCallState *call_state, in block_copy_task_create()
266 void block_copy_state_free(BlockCopyState *s) in block_copy_state_free()
285 void block_copy_set_copy_opts(BlockCopyState *s, bool use_copy_range, in block_copy_set_copy_opts()
361 BlockCopyState *s; in block_copy_state_new() local
435 void block_copy_set_progress_meter(BlockCopyState *s, ProgressMeter *pm) in block_copy_set_progress_meter()
486 block_copy_do_copy(BlockCopyState *s, int64_t offset, int64_t bytes, in block_copy_do_copy()
568 BlockCopyState *s = t->s; in block_copy_task_entry() local
607 int block_copy_block_status(BlockCopyState *s, int64_t offset, int64_t bytes, in block_copy_block_status()
644 block_copy_is_cluster_allocated(BlockCopyState *s, int64_t offset, in block_copy_is_cluster_allocated()
683 void block_copy_reset(BlockCopyState *s, int64_t offset, int64_t bytes) in block_copy_reset()
701 int64_t coroutine_fn block_copy_reset_unallocated(BlockCopyState *s, in block_copy_reset_unallocated()
733 BlockCopyState *s = call_state->s; in block_copy_dirty_clusters() local
857 BlockCopyState *s = call_state->s; in block_copy_common() local
923 int coroutine_fn block_copy(BlockCopyState *s, int64_t start, int64_t bytes, in block_copy()
956 BlockCopyCallState *block_copy_async(BlockCopyState *s, in block_copy_async()
1034 BdrvDirtyBitmap *block_copy_dirty_bitmap(BlockCopyState *s) in block_copy_dirty_bitmap()
1039 int64_t block_copy_cluster_size(BlockCopyState *s) in block_copy_cluster_size()
1044 void block_copy_set_skip_unallocated(BlockCopyState *s, bool skip) in block_copy_set_skip_unallocated()
1049 void block_copy_set_speed(BlockCopyState *s, uint64_t speed) in block_copy_set_speed()