Searched refs:_VerifyHashFunction (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DVolume.h91 bool _VerifyHashFunction(hash_function_t function);
H A DVolume.cpp566 if (!fHashFunction || !_VerifyHashFunction(fHashFunction)) {
572 if (_VerifyHashFunction(fHashFunction)) {
624 // _VerifyHashFunction
626 Volume::_VerifyHashFunction(hash_function_t function) function in class:Volume

Completed in 46 milliseconds