Home
last modified time | relevance | path

Searched refs:brt_vdev_t (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbrt.c331 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()
497 brt_vdev_realloc(spa_t *spa, brt_vdev_t *brtvd) in brt_vdev_realloc()
553 brt_vdev_load(spa_t *spa, brt_vdev_t *brtvd) in brt_vdev_load()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa_impl.h417 brt_vdev_t **spa_brt_vdevs; /* array of per-vdev BRTs */
H A Dspa.h57 typedef struct brt_vdev brt_vdev_t; typedef
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2214 brt_vdev_t *brtvd = spa->spa_brt_vdevs[vdevid]; in dump_brt()
2239 brt_vdev_t *brtvd = spa->spa_brt_vdevs[vdevid]; in dump_brt()
8360 brt_vdev_t *brtvd = spa->spa_brt_vdevs[vdevid]; in dump_mos_leaks()