Searched refs:bv_entcount (Results 1 – 2 of 2) sorted by relevance
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()518 ASSERT0P(brtvd->bv_entcount); in brt_vdev_realloc()522 ASSERT(brtvd->bv_entcount != NULL); in brt_vdev_realloc()532 memcpy(entcount, brtvd->bv_entcount, in brt_vdev_realloc()535 vmem_free(brtvd->bv_entcount, onblocks * BRT_BLOCKSIZE); in brt_vdev_realloc()542 brtvd->bv_entcount = entcount; in brt_vdev_realloc()584 brtvd->bv_entcount, DMU_READ_NO_PREFETCH | DMU_UNCACHEDIO); in brt_vdev_load()[all …]
133 uint16_t *bv_entcount; member