Home
last modified time | relevance | path

Searched refs:hash_ent (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache_priv.h15 typedef struct hash_ent { struct
20 struct hash_ent *next; argument
21 } hash_ent; typedef
25 hash_ent **table;
H A Dfs_cache.c179 ht->table = (hash_ent **)calloc(ht->max, sizeof(hash_ent *)); in init_hash_table()
191 hash_ent *he, *next; in shutdown_hash_table()
212 hash_ent *he, *next;
234 static hash_ent *
237 hash_ent *he; in new_hash_ent()
239 he = (hash_ent *)malloc(sizeof(*he)); in new_hash_ent()
258 hash_ent **new_table, *he, *next; in grow_hash_table()
269 new_table = (hash_ent **)calloc(newsize, sizeof(hash_ent *)); in grow_hash_table()
298 hash_ent *he, *curr; in hash_insert()
332 hash_ent *he; in hash_lookup()
[all …]
/haiku/headers/private/userlandfs/legacy/
H A Dcache.h17 typedef struct hash_ent { struct
22 struct hash_ent *next; argument
23 } hash_ent; typedef
27 hash_ent **table;