Lines Matching refs:bv_entcount
337 return (BSWAP_16(brtvd->bv_entcount[idx])); in brt_vdev_entcount_get()
339 return (brtvd->bv_entcount[idx]); in brt_vdev_entcount_get()
350 brtvd->bv_entcount[idx] = BSWAP_16(entcnt); in brt_vdev_entcount_set()
352 brtvd->bv_entcount[idx] = entcnt; in brt_vdev_entcount_set()
505 ASSERT0P(brtvd->bv_entcount); in brt_vdev_realloc()
509 ASSERT(brtvd->bv_entcount != NULL); in brt_vdev_realloc()
519 memcpy(entcount, brtvd->bv_entcount, in brt_vdev_realloc()
521 vmem_free(brtvd->bv_entcount, in brt_vdev_realloc()
530 brtvd->bv_entcount = entcount; in brt_vdev_realloc()
572 brtvd->bv_entcount, DMU_READ_NO_PREFETCH); in brt_vdev_load()
604 vmem_free(brtvd->bv_entcount, sizeof (uint16_t) * brtvd->bv_size); in brt_vdev_dealloc()
605 brtvd->bv_entcount = NULL; in brt_vdev_dealloc()
797 brtvd->bv_size * sizeof (brtvd->bv_entcount[0]), in brt_vdev_sync()
798 brtvd->bv_entcount, tx); in brt_vdev_sync()