Home
last modified time | relevance | path

Searched refs:ext2fs_hashmap (Results 1 – 6 of 6) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dhashmap.h7 struct ext2fs_hashmap { struct
23 struct ext2fs_hashmap *ext2fs_hashmap_create( argument
26 void ext2fs_hashmap_add(struct ext2fs_hashmap *h, void *data, const void *key,
28 void *ext2fs_hashmap_lookup(struct ext2fs_hashmap *h, const void *key,
30 void *ext2fs_hashmap_iter_in_order(struct ext2fs_hashmap *h,
32 void ext2fs_hashmap_del(struct ext2fs_hashmap *h,
34 void ext2fs_hashmap_free(struct ext2fs_hashmap *h);
Dhashmap.c17 struct ext2fs_hashmap *ext2fs_hashmap_create( in ext2fs_hashmap_create()
21 struct ext2fs_hashmap *h = calloc(sizeof(struct ext2fs_hashmap) + in ext2fs_hashmap_create()
30 void ext2fs_hashmap_add(struct ext2fs_hashmap *h, void *data, const void *key, in ext2fs_hashmap_add()
51 void *ext2fs_hashmap_lookup(struct ext2fs_hashmap *h, const void *key, in ext2fs_hashmap_lookup()
63 void *ext2fs_hashmap_iter_in_order(struct ext2fs_hashmap *h, in ext2fs_hashmap_iter_in_order()
70 void ext2fs_hashmap_free(struct ext2fs_hashmap *h) in ext2fs_hashmap_free()
Dext2fs.h303 struct ext2fs_hashmap* block_sha_map;
/external/e2fsprogs/contrib/android/
Dbasefs_allocator.c9 struct ext2fs_hashmap *entries;
41 struct ext2fs_hashmap *entries = basefs_parse(file, mountpoint); in base_fs_alloc_load()
Dbase_fs.h16 struct ext2fs_hashmap *basefs_parse(const char *file, const char *mountpoint);
Dbase_fs.c102 struct ext2fs_hashmap *basefs_parse(const char *file, const char *mountpoint) in basefs_parse()
105 struct ext2fs_hashmap *entries = NULL; in basefs_parse()