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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcache.c72 if ((h >= 0) && (h < cache->max_hash)) {
110 if ((hash >= 0) && (hash < cache->max_hash)) {
475 int item_count, int max_hash)
487 if (max_hash)
489 + max_hash*sizeof(struct HASH_ENTRY*);
495 if (dohash && max_hash) {
497 cache->max_hash = max_hash;
500 cache->max_hash = 0;
524 if (max_hash) {
472 ntfs_create_cache(const char *name, cache_free dofree, cache_hash dohash, int full_item_size, int item_count, int max_hash) argument
[all...]
H A Dcache.h95 int max_hash; member in struct:CACHE_HEADER

Completed in 15 milliseconds