Lines Matching refs:stashed
537 size_t stashed;
545 // Print the hash in hex for corrupted source blocks (excluding the stashed blocks which is
586 // If there's no stashed blocks, content in the buffer is consecutive and has the same
733 // blocks first. If the check fails, search for the stashed files on /cache as usual.
984 * stashed data as necessary). buffer may be reallocated if needed to accommodate the source data.
1028 // in the source block that stashed data should go.
1140 params.stashed += *src_blocks;
1152 // Overlapping source blocks were previously stashed, command can proceed. We are recovering
1248 params.stashed += blocks;
1762 // Fourth line is the maximum number of blocks that will be stashed simultaneously
1913 LOG(INFO) << "stashed " << params.stashed << " blocks";
1921 static_cast<uint64_t>(params.stashed) * BLOCKSIZE);