Searched refs:dm_hash_node (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/gpl2/lvm2/dist/libdm/datastruct/ |
| H A D | hash.c | 20 struct dm_hash_node { struct 21 struct dm_hash_node *next; argument 30 struct dm_hash_node **slots; argument 61 static struct dm_hash_node *_create_node(const char *str, unsigned len) in _create_node() 63 struct dm_hash_node *n = dm_malloc(sizeof(*n) + len); in _create_node() 125 struct dm_hash_node *c, *n; in _free_nodes() 142 static struct dm_hash_node **_find(struct dm_hash_table *t, const char *key, in _find() 146 struct dm_hash_node **c; in _find() 162 struct dm_hash_node **c = _find(t, key, len); in dm_hash_lookup_binary() 170 struct dm_hash_node **c = _find(t, key, len); in dm_hash_insert_binary() [all …]
|
| /netbsd-src/external/gpl2/lvm2/dist/libdm/ |
| H A D | libdevmapper.h | 637 struct dm_hash_node; 657 char *dm_hash_get_key(struct dm_hash_table *t, struct dm_hash_node *n); 658 void *dm_hash_get_data(struct dm_hash_table *t, struct dm_hash_node *n); 659 struct dm_hash_node *dm_hash_get_first(struct dm_hash_table *t); 660 struct dm_hash_node *dm_hash_get_next(struct dm_hash_table *t, struct dm_hash_node *n);
|
| /netbsd-src/external/gpl2/lvm2/dist/include/ |
| H A D | libdevmapper.h | 637 struct dm_hash_node; 657 char *dm_hash_get_key(struct dm_hash_table *t, struct dm_hash_node *n); 658 void *dm_hash_get_data(struct dm_hash_table *t, struct dm_hash_node *n); 659 struct dm_hash_node *dm_hash_get_first(struct dm_hash_table *t); 660 struct dm_hash_node *dm_hash_get_next(struct dm_hash_table *t, struct dm_hash_node *n);
|
| /netbsd-src/external/gpl2/lvm2/dist/lib/format1/ |
| H A D | import-extents.c | 186 struct dm_hash_node *n; in _check_maps_are_complete() 328 struct dm_hash_node *n; in _build_all_segments()
|
| /netbsd-src/external/gpl2/lvm2/dist/lib/cache/ |
| H A D | lvmcache.c | 219 struct dm_hash_node *n; in lvmcache_verify_lock_order() 1289 static void _lvmcache_destroy_lockname(struct dm_hash_node *n) in _lvmcache_destroy_lockname() 1307 struct dm_hash_node *n; in lvmcache_destroy()
|
| /netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/ |
| H A D | clvmd-gulm.c | 610 struct dm_hash_node *hn; in _csid_from_name() 673 struct dm_hash_node *hn; in _cluster_do_node_callback()
|
| H A D | clvmd-command.c | 343 struct dm_hash_node *v; in cmd_client_cleanup()
|
| H A D | clvmd-corosync.c | 442 struct dm_hash_node *hn; in _cluster_do_node_callback()
|
| H A D | lvm-functions.c | 215 struct dm_hash_node *v; in destroy_lvhash()
|
| H A D | clvmd-openais.c | 467 struct dm_hash_node *hn; in _cluster_do_node_callback()
|
| /netbsd-src/external/gpl2/lvm2/dist/lib/filters/ |
| H A D | filter-persistent.c | 149 struct dm_hash_node *n; in _write_array()
|