Searched refs:bytes_read_this_iteration (Results 1 – 2 of 2) sorted by relevance
1005 ssize_t bytes_read_this_iteration = 0; in PerformMoveOperation() local1013 &bytes_read_this_iteration)); in PerformMoveOperation()1015 bytes_read_this_iteration == static_cast<ssize_t>(bytes)); in PerformMoveOperation()1016 bytes_read += bytes_read_this_iteration; in PerformMoveOperation()1119 ssize_t bytes_read_this_iteration = 0; in PerformSourceCopyOperation() local1129 &bytes_read_this_iteration)); in PerformSourceCopyOperation()1138 bytes_read += bytes_read_this_iteration; in PerformSourceCopyOperation()1139 TEST_AND_RETURN_FALSE(bytes_read_this_iteration == in PerformSourceCopyOperation()1239 ssize_t bytes_read_this_iteration = 0; in PerformSourceBsdiffOperation() local1243 &bytes_read_this_iteration)); in PerformSourceBsdiffOperation()[all …]
1061 ssize_t bytes_read_this_iteration = 0; in ReadExtents() local1068 &bytes_read_this_iteration)); in ReadExtents()1069 TEST_AND_RETURN_FALSE(bytes_read_this_iteration == bytes); in ReadExtents()1070 bytes_read += bytes_read_this_iteration; in ReadExtents()