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

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DVolume.cpp75 fHashFunction(NULL),
227 fHashFunction = NULL;
287 if (fHashFunction)
288 *result = key_offset_for_name(fHashFunction, name, len);
564 fHashFunction = hash_function_for_code(fSuperBlock->GetHashFunctionCode());
566 if (!fHashFunction || !_VerifyHashFunction(fHashFunction)) {
569 fHashFunction = hash_function_for_code(code);
571 if (fHashFunction) {
572 if (_VerifyHashFunction(fHashFunction)) {
[all...]
H A DVolume.h100 hash_function_t fHashFunction; member in class:Volume

Completed in 34 milliseconds