Home
last modified time | relevance | path

Searched refs:dm_hash_node (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/libdm/datastruct/
H A Dhash.c20 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 Dlibdevmapper.h637 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 Dlibdevmapper.h637 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 Dimport-extents.c186 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 Dlvmcache.c219 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 Dclvmd-gulm.c610 struct dm_hash_node *hn; in _csid_from_name()
673 struct dm_hash_node *hn; in _cluster_do_node_callback()
H A Dclvmd-command.c343 struct dm_hash_node *v; in cmd_client_cleanup()
H A Dclvmd-corosync.c442 struct dm_hash_node *hn; in _cluster_do_node_callback()
H A Dlvm-functions.c215 struct dm_hash_node *v; in destroy_lvhash()
H A Dclvmd-openais.c467 struct dm_hash_node *hn; in _cluster_do_node_callback()
/netbsd-src/external/gpl2/lvm2/dist/lib/filters/
H A Dfilter-persistent.c149 struct dm_hash_node *n; in _write_array()