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.c412 BT_TEST(brtvd->bv_bitmap, idx) ? 'x' : '.'; in brt_vdev_dump()
505 ASSERT0P(brtvd->bv_bitmap); in brt_vdev_realloc()
509 ASSERT(brtvd->bv_bitmap != NULL); in brt_vdev_realloc()
523 memcpy(bitmap, brtvd->bv_bitmap, MIN(BT_SIZEOFMAP(nblocks), in brt_vdev_realloc()
525 kmem_free(brtvd->bv_bitmap, BT_SIZEOFMAP(onblocks)); in brt_vdev_realloc()
530 brtvd->bv_bitmap = bitmap; in brt_vdev_realloc()
606 kmem_free(brtvd->bv_bitmap, BT_SIZEOFMAP(nblocks)); in brt_vdev_dealloc()
607 brtvd->bv_bitmap = NULL; in brt_vdev_dealloc()
747 BT_SET(brtvd->bv_bitmap, idx); in brt_vdev_addref()
775 BT_SET(brtvd->bv_bitmap, idx); in brt_vdev_decref()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dbrt_impl.h144 ulong_t *bv_bitmap; member