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;
21 } hash_ent; typedef in typeref:struct:hash_ent
25 hash_ent **table;
H A Dfs_cache.c179 ht->table = (hash_ent **)calloc(ht->max, sizeof(hash_ent *));
191 hash_ent *he, *next;
212 hash_ent *he, *next;
234 static hash_ent *
237 hash_ent *he;
239 he = (hash_ent *)malloc(sizeof(*he));
258 hash_ent **new_table, *he, *next;
269 new_table = (hash_ent **)calloc(newsize, sizeof(hash_ent *));
[all...]
/haiku/headers/private/userlandfs/legacy/
H A Dcache.h17 typedef struct hash_ent { struct
22 struct hash_ent *next;
23 } hash_ent; typedef in typeref:struct:hash_ent
27 hash_ent **table;

Completed in 44 milliseconds