Home
last modified time | relevance | path

Searched refs:brt_spa (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dbrt_impl.h163 spa_t *brt_spa; member
164 #define brt_mos brt_spa->spa_meta_objset
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbrt.c484 spa_feature_incr(brt->brt_spa, SPA_FEATURE_BLOCK_CLONING, tx); in brt_vdev_create()
497 spa_config_enter(brt->brt_spa, SCL_VDEV, FTAG, RW_READER); in brt_vdev_realloc()
498 vd = vdev_lookup_top(brt->brt_spa, brtvd->bv_vdevid); in brt_vdev_realloc()
500 spa_config_exit(brt->brt_spa, SCL_VDEV, FTAG); in brt_vdev_realloc()
666 spa_feature_decr(brt->brt_spa, SPA_FEATURE_BLOCK_CLONING, tx); in brt_vdev_destroy()
844 brt_vdevs_expand(brt, brt->brt_spa->spa_root_vdev->vdev_children); in brt_vdevs_alloc()
1216 brt_vdev_addref(brt, brtvd, bre, bp_get_dsize(brt->brt_spa, bp)); in brt_entry_addref()
1305 brt_vdev_decref(brt, brtvd, bre, bp_get_dsize(brt->brt_spa, bp)); in brt_entry_decref()
1623 brt->brt_spa = spa; in brt_alloc()