Lines Matching refs:brt_vdev_t

331 brt_vdev_entcount_get(const brt_vdev_t *brtvd, uint64_t idx)  in brt_vdev_entcount_get()
344 brt_vdev_entcount_set(brt_vdev_t *brtvd, uint64_t idx, uint16_t entcnt) in brt_vdev_entcount_set()
357 brt_vdev_entcount_inc(brt_vdev_t *brtvd, uint64_t idx) in brt_vdev_entcount_inc()
370 brt_vdev_entcount_dec(brt_vdev_t *brtvd, uint64_t idx) in brt_vdev_entcount_dec()
384 brt_vdev_dump(brt_vdev_t *brtvd) in brt_vdev_dump()
422 static brt_vdev_t *
425 brt_vdev_t *brtvd = NULL; in brt_vdev()
443 brt_vdev_create(spa_t *spa, brt_vdev_t *brtvd, dmu_tx_t *tx) in brt_vdev_create()
485 brt_vdev_realloc(spa_t *spa, brt_vdev_t *brtvd) in brt_vdev_realloc()
541 brt_vdev_load(spa_t *spa, brt_vdev_t *brtvd) in brt_vdev_load()
598 brt_vdev_dealloc(brt_vdev_t *brtvd) in brt_vdev_dealloc()
617 brt_vdev_destroy(spa_t *spa, brt_vdev_t *brtvd, dmu_tx_t *tx) in brt_vdev_destroy()
666 brt_vdev_t **vdevs; in brt_vdevs_expand()
686 brt_vdev_t *brtvd = kmem_zalloc(sizeof (*brtvd), KM_SLEEP); in brt_vdevs_expand()
708 brt_vdev_lookup(spa_t *spa, brt_vdev_t *brtvd, uint64_t offset) in brt_vdev_lookup()
719 brt_vdev_addref(spa_t *spa, brt_vdev_t *brtvd, const brt_entry_t *bre, in brt_vdev_addref()
752 brt_vdev_decref(spa_t *spa, brt_vdev_t *brtvd, const brt_entry_t *bre, in brt_vdev_decref()
780 brt_vdev_sync(spa_t *spa, brt_vdev_t *brtvd, dmu_tx_t *tx) in brt_vdev_sync()
828 brt_vdev_t *brtvd = spa->spa_brt_vdevs[vdevid]; in brt_vdevs_free()
859 brt_entry_lookup(brt_vdev_t *brtvd, brt_entry_t *bre) in brt_entry_lookup()
883 brt_vdev_t *brtvd = brt_vdev(spa, vdevid, B_FALSE); in brt_maybe_exists()
1045 brt_vdev_t *brtvd = brt_vdev(spa, vdevid, B_FALSE); in brt_entry_decref()
1113 brt_vdev_t *brtvd = brt_vdev(spa, vdevid, B_FALSE); in brt_entry_get_refcount()
1137 brt_prefetch(brt_vdev_t *brtvd, const blkptr_t *bp) in brt_prefetch()
1172 brt_vdev_t *brtvd = brt_vdev(spa, vdevid, B_TRUE); in brt_pending_add()
1212 brt_vdev_t *brtvd = brt_vdev(spa, vdevid, B_FALSE); in brt_pending_remove()
1234 brt_pending_apply_vdev(spa_t *spa, brt_vdev_t *brtvd, uint64_t txg) in brt_pending_apply_vdev()
1318 brt_vdev_t *brtvd = spa->spa_brt_vdevs[vdevid]; in brt_pending_apply()
1353 brt_vdev_t *brtvd = spa->spa_brt_vdevs[vdevid]; in brt_sync_table()
1455 brt_vdev_t *brtvd = spa->spa_brt_vdevs[vdevid]; in brt_load()