Searched refs:first_hash (Results 1 – 3 of 3) sorted by relevance
77 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()
95 size_t first_hash = hash<First>()(key.first);100 return first_hash * ((1 << 16) - 1) + second_hash;
88 struct HASH_ENTRY **first_hash; member