Searched refs:ext2fs_hashmap_entry (Results 1 – 3 of 3) sorted by relevance
8 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()
18 struct ext2fs_hashmap_entry { struct22 struct ext2fs_hashmap_entry *next; argument23 struct ext2fs_hashmap_entry *list_next; argument24 struct ext2fs_hashmap_entry *list_prev; argument35 struct ext2fs_hashmap_entry **it);37 struct ext2fs_hashmap_entry *e);
70 struct ext2fs_hashmap_entry *it = NULL; in basefs_allocator_free()174 struct ext2fs_hashmap_entry *it = NULL; in fs_reserve_blocks()