Home
last modified time | relevance | path

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]; in inserthashindex()
83 cache->first_hash[h] = link; in inserthashindex()
112 link = cache->first_hash[hash]; in drophashindex()
122 cache->first_hash[hash] = link->next; in drophashindex()
163 link = cache->first_hash[h]; in ntfs_fetch_cache()
229 link = cache->first_hash[h]; in ntfs_enter_cache()
393 link = cache->first_hash[h]; in ntfs_invalidate_cache()
539 cache->first_hash = px; in ntfs_create_cache()
544 cache->first_hash = (struct HASH_ENTRY**)NULL; in ntfs_create_cache()
H A Dcache.h88 struct HASH_ENTRY **first_hash; member