Searched refs:ext2fs_hashmap_entry (Results 1 – 3 of 3) sorted by relevance
11 struct ext2fs_hashmap_entry *first;12 struct ext2fs_hashmap_entry *last;13 struct ext2fs_hashmap_entry { struct17 struct ext2fs_hashmap_entry *next; argument18 struct ext2fs_hashmap_entry *list_next; argument19 struct ext2fs_hashmap_entry *list_prev; argument31 struct ext2fs_hashmap_entry **it);33 struct ext2fs_hashmap_entry *e);
22 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()
39 struct ext2fs_hashmap_entry *it = NULL; in base_fs_alloc_load()100 struct ext2fs_hashmap_entry *it = NULL; in base_fs_alloc_cleanup()