Searched refs:ext2fs_hashmap (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | hashmap.h | 16 struct ext2fs_hashmap; 27 struct ext2fs_hashmap *ext2fs_hashmap_create( 30 void ext2fs_hashmap_add(struct ext2fs_hashmap *h, void *data, const void *key, 32 void *ext2fs_hashmap_lookup(struct ext2fs_hashmap *h, const void *key, 34 void *ext2fs_hashmap_iter_in_order(struct ext2fs_hashmap *h, 36 void ext2fs_hashmap_del(struct ext2fs_hashmap *h, 38 void ext2fs_hashmap_free(struct ext2fs_hashmap *h);
|
D | hashmap.c | 4 struct ext2fs_hashmap { struct 33 struct ext2fs_hashmap *ext2fs_hashmap_create( in ext2fs_hashmap_create() 37 struct ext2fs_hashmap *h = calloc(sizeof(struct ext2fs_hashmap) + in ext2fs_hashmap_create() 46 void ext2fs_hashmap_add(struct ext2fs_hashmap *h, void *data, const void *key, in ext2fs_hashmap_add() 67 void *ext2fs_hashmap_lookup(struct ext2fs_hashmap *h, const void *key, in ext2fs_hashmap_lookup() 79 void *ext2fs_hashmap_iter_in_order(struct ext2fs_hashmap *h, in ext2fs_hashmap_iter_in_order() 86 void ext2fs_hashmap_free(struct ext2fs_hashmap *h) in ext2fs_hashmap_free()
|
D | ext2fs.h | 311 struct ext2fs_hashmap* block_sha_map;
|
/external/e2fsprogs/contrib/android/ |
D | base_fs.h | 15 struct ext2fs_hashmap *basefs_parse(const char *file, const char *mountpoint);
|
D | basefs_allocator.c | 10 struct ext2fs_hashmap *entries; 71 struct ext2fs_hashmap *entries = allocator->entries; in basefs_allocator_free() 175 struct ext2fs_hashmap *entries = allocator->entries; in fs_reserve_blocks()
|
D | base_fs.c | 101 struct ext2fs_hashmap *basefs_parse(const char *file, const char *mountpoint) in basefs_parse() 104 struct ext2fs_hashmap *entries = NULL; in basefs_parse()
|