Lines Matching defs:params
552 static void PrintHashForCorruptedSourceBlocks(const CommandParameters& params, in PrintHashForCorruptedSourceBlocks()
735 static int LoadStash(const CommandParameters& params, const std::string& id, bool verify, in LoadStash()
993 static int LoadSourceBlocks(CommandParameters& params, const RangeSet& tgt, size_t* src_blocks, in LoadSourceBlocks()
1082 static int LoadSrcTgtVersion3(CommandParameters& params, RangeSet* tgt, size_t* src_blocks, in LoadSrcTgtVersion3()
1172 static int PerformCommandMove(CommandParameters& params) { in PerformCommandMove()
1213 static int PerformCommandStash(CommandParameters& params) { in PerformCommandStash()
1258 static int PerformCommandFree(CommandParameters& params) { in PerformCommandFree()
1275 static int PerformCommandZero(CommandParameters& params) { in PerformCommandZero()
1320 static int PerformCommandNew(CommandParameters& params) { in PerformCommandNew()
1354 static int PerformCommandDiff(CommandParameters& params) { in PerformCommandDiff()
1441 static int PerformCommandErase(CommandParameters& params) { in PerformCommandErase()
1493 static int PerformCommandComputeHashTree(CommandParameters& params) { in PerformCommandComputeHashTree()
1629 CommandParameters params{}; in PerformBlockImageUpdate() local