Searched refs:blob_hashmap (Results 1 – 1 of 1) sorted by relevance
30 static struct hashmap blob_hashmap; variable69 chunk = hashmap_get_from_hash(&blob_hashmap, hash, sha256); in erofs_blob_getchunk()115 hashmap_add(&blob_hashmap, chunk); in erofs_blob_getchunk()509 while ((e = hashmap_iter_first(&blob_hashmap, &iter))) { in erofs_blob_exit()512 DBG_BUGON(hashmap_remove(&blob_hashmap, e) != e); in erofs_blob_exit()515 DBG_BUGON(hashmap_free(&blob_hashmap)); in erofs_blob_exit()548 hashmap_add(&blob_hashmap, chunk); in erofs_insert_zerochunk()568 hashmap_init(&blob_hashmap, erofs_blob_hashmap_cmp, 0); in erofs_blob_init()