Searched refs:hbitmap_alloc (Results 1 – 4 of 4) sorted by relevance
62 HBitmap *hbitmap_alloc(uint64_t size, int granularity);
127 bitmap->bitmap = hbitmap_alloc(bitmap_size, ctz32(granularity)); in bdrv_create_dirty_bitmap()583 bitmap->bitmap = hbitmap_alloc(bitmap->size, in bdrv_clear_dirty_bitmap()878 dest->bitmap = hbitmap_alloc(dest->size, hbitmap_granularity(*backup)); in bdrv_dirty_bitmap_merge_internal()
794 HBitmap *hbitmap_alloc(uint64_t size, int granularity) in hbitmap_alloc() function
82 data->hb = hbitmap_alloc(size, granularity); in hbitmap_test_init()