Home
last modified time | relevance | path

Searched refs:bv_bitmap (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbrt.c413 BT_TEST(brtvd->bv_bitmap, idx) ? 'x' : '.'; in brt_vdev_dump()
519 ASSERT0P(brtvd->bv_bitmap); in brt_vdev_realloc()
523 ASSERT(brtvd->bv_bitmap != NULL); in brt_vdev_realloc()
536 memcpy(bitmap, brtvd->bv_bitmap, MIN(BT_SIZEOFMAP(nblocks), in brt_vdev_realloc()
538 kmem_free(brtvd->bv_bitmap, BT_SIZEOFMAP(onblocks)); in brt_vdev_realloc()
543 brtvd->bv_bitmap = bitmap; in brt_vdev_realloc()
620 kmem_free(brtvd->bv_bitmap, BT_SIZEOFMAP(nblocks)); in brt_vdev_dealloc()
621 brtvd->bv_bitmap = NULL; in brt_vdev_dealloc()
763 BT_SET(brtvd->bv_bitmap, idx); in brt_vdev_addref()
791 BT_SET(brtvd->bv_bitmap, idx); in brt_vdev_decref()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dbrt_impl.h145 ulong_t *bv_bitmap; member