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

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A Dhashes.h31 key_offset_for_name() computes the maximal possible dir entry offset for
44 uint32 key_offset_for_name(hash_function_t hash, const char *name, int len);
H A DVolume.cpp288 *result = key_offset_for_name(fHashFunction, name, len);
610 uint64 testOffset = key_offset_for_name(function, name, nameLen);
641 uint64 testOffset = key_offset_for_name(function, name, nameLen);
H A Dhashes.cpp16 // Fixed r5_hash() and added key_offset_for_name().
238 key_offset_for_name(hash_function_t hash, const char *name, int len) function

Completed in 93 milliseconds