Searched refs:ext2fs_hashmap (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | hashmap.h | 7 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);
|
D | hashmap.c | 17 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()
|
D | ext2fs.h | 303 struct ext2fs_hashmap* block_sha_map;
|
/external/e2fsprogs/contrib/android/ |
D | basefs_allocator.c | 9 struct ext2fs_hashmap *entries; 41 struct ext2fs_hashmap *entries = basefs_parse(file, mountpoint); in base_fs_alloc_load()
|
D | base_fs.h | 16 struct ext2fs_hashmap *basefs_parse(const char *file, const char *mountpoint);
|
D | base_fs.c | 102 struct ext2fs_hashmap *basefs_parse(const char *file, const char *mountpoint) in basefs_parse() 105 struct ext2fs_hashmap *entries = NULL; in basefs_parse()
|