Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DJournal.cpp833 uint32 oldChecksum = superblock->checksum; in _Checksum() local
837 superblock->checksum = oldChecksum; in _Checksum()
847 uint32 oldChecksum = tail->checksum; in _Checksum() local
853 tail->checksum = oldChecksum; in _Checksum()
855 return checksum == oldChecksum; in _Checksum()