OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dm_hash_table
(Results
1 - 25
of
27
) sorted by relevancy
1
2
/src/external/gpl2/lvm2/dist/include/
text_import.h
25
const struct config_node *cn, struct
dm_hash_table
*pv_hash,
libdevmapper.h
636
struct
dm_hash_table
;
641
struct
dm_hash_table
*dm_hash_create(unsigned size_hint);
642
void dm_hash_destroy(struct
dm_hash_table
*t);
643
void dm_hash_wipe(struct
dm_hash_table
*t);
645
void *dm_hash_lookup(struct
dm_hash_table
*t, const char *key);
646
int dm_hash_insert(struct
dm_hash_table
*t, const char *key, void *data);
647
void dm_hash_remove(struct
dm_hash_table
*t, const char *key);
649
void *dm_hash_lookup_binary(struct
dm_hash_table
*t, const char *key, uint32_t len);
650
int dm_hash_insert_binary(struct
dm_hash_table
*t, const char *key, uint32_t len,
652
void dm_hash_remove_binary(struct
dm_hash_table
*t, const char *key, uint32_t len)
[
all
...]
segtype.h
74
struct
dm_hash_table
* pv_hash);
/src/external/gpl2/lvm2/dist/lib/format_text/
text_import.h
25
const struct config_node *cn, struct
dm_hash_table
*pv_hash,
import_vsn1.c
32
struct
dm_hash_table
* pv_hash);
158
struct
dm_hash_table
*pv_hash)
294
struct
dm_hash_table
*pv_hash)
376
const struct config_node *cn, struct
dm_hash_table
*pv_hash,
441
struct
dm_hash_table
*pv_hash)
495
struct
dm_hash_table
*pv_hash __attribute((unused)))
561
struct
dm_hash_table
*pv_hash)
614
struct
dm_hash_table
*pv_hash, int optional)
640
struct
dm_hash_table
*pv_hash = NULL;
/src/external/gpl2/lvm2/dist/libdm/datastruct/
hash.c
27
struct
dm_hash_table
{
struct
91
struct
dm_hash_table
*dm_hash_create(unsigned size_hint)
95
struct
dm_hash_table
*hc = dm_malloc(sizeof(*hc));
123
static void _free_nodes(struct
dm_hash_table
*t)
135
void dm_hash_destroy(struct
dm_hash_table
*t)
142
static struct dm_hash_node **_find(struct
dm_hash_table
*t, const char *key,
159
void *dm_hash_lookup_binary(struct
dm_hash_table
*t, const char *key,
167
int dm_hash_insert_binary(struct
dm_hash_table
*t, const char *key,
189
void dm_hash_remove_binary(struct
dm_hash_table
*t, const char *key,
202
void *dm_hash_lookup(struct
dm_hash_table
*t, const char *key
[
all
...]
/src/external/gpl2/lvm2/dist/libdm/
libdevmapper.h
636
struct
dm_hash_table
;
641
struct
dm_hash_table
*dm_hash_create(unsigned size_hint);
642
void dm_hash_destroy(struct
dm_hash_table
*t);
643
void dm_hash_wipe(struct
dm_hash_table
*t);
645
void *dm_hash_lookup(struct
dm_hash_table
*t, const char *key);
646
int dm_hash_insert(struct
dm_hash_table
*t, const char *key, void *data);
647
void dm_hash_remove(struct
dm_hash_table
*t, const char *key);
649
void *dm_hash_lookup_binary(struct
dm_hash_table
*t, const char *key, uint32_t len);
650
int dm_hash_insert_binary(struct
dm_hash_table
*t, const char *key, uint32_t len,
652
void dm_hash_remove_binary(struct
dm_hash_table
*t, const char *key, uint32_t len)
[
all
...]
/src/external/gpl2/lvm2/dist/lib/format1/
import-extents.c
47
static struct
dm_hash_table
*_create_lv_maps(struct dm_pool *mem,
50
struct
dm_hash_table
*maps = dm_hash_create(32);
84
struct
dm_hash_table
*maps, struct disk_list *dl)
109
static int _fill_maps(struct
dm_hash_table
*maps, struct volume_group *vg,
184
static int _check_maps_are_complete(struct
dm_hash_table
*maps)
326
static int _build_all_segments(struct cmd_context *cmd, struct
dm_hash_table
*maps)
345
struct
dm_hash_table
*maps;
import-export.c
501
struct
dm_hash_table
*lvd_hash;
/src/external/gpl2/lvm2/dist/daemons/clvmd/
clvmd-command.c
196
struct
dm_hash_table
*lock_hash;
210
lock_hash = (struct
dm_hash_table
*)client->bits.localsock.private;
344
struct
dm_hash_table
*lock_hash =
345
(struct
dm_hash_table
*)client->bits.localsock.private;
clvmd-gulm.c
64
static struct
dm_hash_table
*node_hash;
67
static struct
dm_hash_table
*lock_hash;
105
extern struct
dm_hash_table
*sock_hash;
clvmd-openais.c
81
static struct
dm_hash_table
*node_hash;
84
static struct
dm_hash_table
*lock_hash;
clvmd-cman.c
66
static struct
dm_hash_table
*node_updown_hash;
tcp-comms.c
60
struct
dm_hash_table
*sock_hash;
clvmd-corosync.c
80
static struct
dm_hash_table
*node_hash;
lvm-functions.c
59
static struct
dm_hash_table
*lv_hash = NULL;
/src/external/gpl2/lvm2/dist/lib/unknown/
unknown.c
38
struct
dm_hash_table
*pv_hash)
/src/external/gpl2/lvm2/dist/test/api/
test.c
97
static struct
dm_hash_table
*_vgid_hash = NULL;
98
static struct
dm_hash_table
*_vgname_hash = NULL;
99
static struct
dm_hash_table
*_pvname_hash = NULL;
100
static struct
dm_hash_table
*_lvname_hash = NULL;
102
static void _hash_destroy_single(struct
dm_hash_table
**htable)
/src/external/gpl2/lvm2/dist/lib/metadata/
segtype.h
74
struct
dm_hash_table
* pv_hash);
/src/external/gpl2/lvm2/dist/lib/cache/
lvmcache.c
32
static struct
dm_hash_table
*_pvid_hash = NULL;
33
static struct
dm_hash_table
*_vgid_hash = NULL;
34
static struct
dm_hash_table
*_vgname_hash = NULL;
35
static struct
dm_hash_table
*_lock_hash = NULL;
/src/external/gpl2/lvm2/dist/lib/filters/
filter-persistent.c
31
struct
dm_hash_table
*devices;
/src/external/gpl2/lvm2/dist/lib/snapshot/
snapshot.c
37
struct
dm_hash_table
*pv_hash __attribute((unused)))
/src/external/gpl2/lvm2/dist/lib/striped/
striped.c
74
struct
dm_hash_table
*pv_hash)
/src/external/gpl2/lvm2/dist/lib/mirror/
mirrored.c
91
struct
dm_hash_table
*pv_hash)
/src/external/gpl2/lvm2/dist/lib/device/
dev-cache.c
46
struct
dm_hash_table
*names;
Completed in 34 milliseconds
1
2
Indexes created Sat Jun 13 00:24:39 UTC 2026