Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dhashmap.h16 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);
Dhashmap.c4 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()
Dext2fs.h311 struct ext2fs_hashmap* block_sha_map;
/external/e2fsprogs/contrib/android/
Dbase_fs.h15 struct ext2fs_hashmap *basefs_parse(const char *file, const char *mountpoint);
Dbasefs_allocator.c10 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()
Dbase_fs.c101 struct ext2fs_hashmap *basefs_parse(const char *file, const char *mountpoint) in basefs_parse()
104 struct ext2fs_hashmap *entries = NULL; in basefs_parse()