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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcache.c77 first = cache->first_hash[h];
83 cache->first_hash[h] = link;
112 link = cache->first_hash[hash];
122 cache->first_hash[hash] = link->next;
163 link = cache->first_hash[h];
229 link = cache->first_hash[h];
393 link = cache->first_hash[h];
539 cache->first_hash = px;
544 cache->first_hash = (struct HASH_ENTRY**)NULL;
H A Dcache.h88 struct HASH_ENTRY **first_hash; member in struct:CACHE_HEADER

Completed in 82 milliseconds