Searched refs:blob_hashmap (Results 1 – 1 of 1) sorted by relevance
29 static struct hashmap blob_hashmap; variable68 chunk = hashmap_get_from_hash(&blob_hashmap, hash, sha256); in erofs_blob_getchunk()114 hashmap_add(&blob_hashmap, chunk); in erofs_blob_getchunk()554 hashmap_disable_shrink(&blob_hashmap); in erofs_blob_exit()555 e = hashmap_iter_first(&blob_hashmap, &iter); in erofs_blob_exit()559 DBG_BUGON(hashmap_remove(&blob_hashmap, e) != e); in erofs_blob_exit()563 DBG_BUGON(hashmap_free(&blob_hashmap)); in erofs_blob_exit()596 hashmap_add(&blob_hashmap, chunk); in erofs_insert_zerochunk()616 hashmap_init(&blob_hashmap, erofs_blob_hashmap_cmp, 0); in erofs_blob_init()