Home
last modified time | relevance | path

Searched refs:CountWriteBytes (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/bin/cpdup/
H A Dcpdup.c173 int64_t CountWriteBytes; variable
380 CountWriteBytes += sizeof(struct stat) * CountCopiedItems; in main()
381 CountWriteBytes += sizeof(struct stat) * CountRemovedItems; in main()
394 (long long)CountWriteBytes, in main()
395 …untSourceBytes * 2.0) / ((double)(CountSourceReadBytes + CountTargetReadBytes + CountWriteBytes))); in main()
404 (int)((CountSourceReadBytes + CountTargetReadBytes + CountWriteBytes) / duration / 1024.0), in main()
1185 CountWriteBytes += size; in DoCopy()
1292 CountWriteBytes += n1; in DoCopy()
H A Dcpdup.h98 extern int64_t CountWriteBytes;