Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Dhashmap.c8 struct ext2fs_hashmap_entry *first;
9 struct ext2fs_hashmap_entry *last;
14 struct ext2fs_hashmap_entry *entries[0];
38 sizeof(struct ext2fs_hashmap_entry) * size, 1); in ext2fs_hashmap_create()
53 struct ext2fs_hashmap_entry *e = malloc(sizeof(*e)); in ext2fs_hashmap_add()
78 struct ext2fs_hashmap_entry *iter; in ext2fs_hashmap_lookup()
88 struct ext2fs_hashmap_entry **it) in ext2fs_hashmap_iter_in_order()
99 struct ext2fs_hashmap_entry *it = h->entries[i]; in ext2fs_hashmap_free()
101 struct ext2fs_hashmap_entry *tmp = it->next; in ext2fs_hashmap_free()
Dhashmap.h18 struct ext2fs_hashmap_entry { struct
22 struct ext2fs_hashmap_entry *next; argument
23 struct ext2fs_hashmap_entry *list_next; argument
24 struct ext2fs_hashmap_entry *list_prev; argument
35 struct ext2fs_hashmap_entry **it);
37 struct ext2fs_hashmap_entry *e);
/third_party/e2fsprogs/contrib/android/
Dbasefs_allocator.c70 struct ext2fs_hashmap_entry *it = NULL; in basefs_allocator_free()
174 struct ext2fs_hashmap_entry *it = NULL; in fs_reserve_blocks()