Searched refs:fCheckSum (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DTransaction.cpp38 fCheckSum(NULL),
48 delete fCheckSum;
68 if (fCheckSum == NULL) {
69 fCheckSum = new(std::nothrow) checksum_device_ioctl_check_sum;
70 if (fCheckSum == NULL)
414 fCheckSum->blockIndex = info->indexAndCheckSum.blockIndex;
415 fCheckSum->checkSum = fSHA256->Digest();
418 if (ioctl(fVolume->FD(), CHECKSUM_DEVICE_IOCTL_SET_CHECK_SUM, fCheckSum,
419 sizeof(*fCheckSum)) < 0) {
H A DTransaction.h124 checksum_device_ioctl_check_sum* fCheckSum; member in class:Transaction
/haiku/src/system/kernel/debug/
H A Ddebug_paranoia.cpp91 fCheckSum = crc32(fAddress, fSize);
96 return crc32(fAddress, fSize) == fCheckSum;
102 uint32 fCheckSum; member in class:ParanoiaCheck

Completed in 95 milliseconds