Home
last modified time | relevance | path

Searched refs:ext2fs_hashmap_entry (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dhashmap.h11 struct ext2fs_hashmap_entry *first;
12 struct ext2fs_hashmap_entry *last;
13 struct ext2fs_hashmap_entry { struct
17 struct ext2fs_hashmap_entry *next; argument
18 struct ext2fs_hashmap_entry *list_next; argument
19 struct ext2fs_hashmap_entry *list_prev; argument
31 struct ext2fs_hashmap_entry **it);
33 struct ext2fs_hashmap_entry *e);
Dhashmap.c22 sizeof(struct ext2fs_hashmap_entry) * size, 1); in ext2fs_hashmap_create()
34 struct ext2fs_hashmap_entry *e = malloc(sizeof(*e)); in ext2fs_hashmap_add()
54 struct ext2fs_hashmap_entry *iter; in ext2fs_hashmap_lookup()
64 struct ext2fs_hashmap_entry **it) in ext2fs_hashmap_iter_in_order()
73 struct ext2fs_hashmap_entry *it = h->entries[i]; in ext2fs_hashmap_free()
75 struct ext2fs_hashmap_entry *tmp = it->next; in ext2fs_hashmap_free()
/external/e2fsprogs/contrib/android/
Dbasefs_allocator.c39 struct ext2fs_hashmap_entry *it = NULL; in base_fs_alloc_load()
100 struct ext2fs_hashmap_entry *it = NULL; in base_fs_alloc_cleanup()