Searched refs:bv_bitmap (Results 1 – 2 of 2) sorted by relevance
421 BT_TEST(brtvd->bv_bitmap, idx) ? 'x' : '.'; in brt_vdev_dump()456 ASSERT(brtvd->bv_bitmap != NULL); in brt_vdev_create()509 ASSERT(brtvd->bv_bitmap == NULL); in brt_vdev_realloc()517 ASSERT(brtvd->bv_bitmap != NULL); in brt_vdev_realloc()529 memcpy(bitmap, brtvd->bv_bitmap, MIN(BT_SIZEOFMAP(nblocks), in brt_vdev_realloc()533 kmem_free(brtvd->bv_bitmap, BT_SIZEOFMAP(brtvd->bv_nblocks)); in brt_vdev_realloc()538 brtvd->bv_bitmap = bitmap; in brt_vdev_realloc()616 kmem_free(brtvd->bv_bitmap, BT_SIZEOFMAP(brtvd->bv_nblocks)); in brt_vdev_dealloc()617 brtvd->bv_bitmap = NULL; in brt_vdev_dealloc()750 BT_SET(brtvd->bv_bitmap, idx); in brt_vdev_addref()[all …]
154 ulong_t *bv_bitmap; member