Home
last modified time | relevance | path

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

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zdb/
Dzdb.c4456 vdev_t *current_vd = current_rvd->vdev_child[c]; in verify_checkpoint_vdev_spacemaps() local
4468 ASSERT3P(current_vd->vdev_ops, ==, &vdev_indirect_ops); in verify_checkpoint_vdev_spacemaps()
4476 if (current_vd->vdev_top_zap == 0 || in verify_checkpoint_vdev_spacemaps()
4478 current_vd->vdev_top_zap, in verify_checkpoint_vdev_spacemaps()
4483 current_vd->vdev_top_zap, VDEV_TOP_ZAP_POOL_CHECKPOINT_SM, in verify_checkpoint_vdev_spacemaps()
4487 checkpoint_sm_obj, 0, current_vd->vdev_asize, in verify_checkpoint_vdev_spacemaps()
4488 current_vd->vdev_ashift)); in verify_checkpoint_vdev_spacemaps()
4509 vdev_t *current_vd = current_rvd->vdev_child[c]; in verify_checkpoint_vdev_spacemaps() local
4510 ASSERT3P(current_vd->vdev_checkpoint_sm, ==, NULL); in verify_checkpoint_vdev_spacemaps()
4541 vdev_t *current_vd = current_rvd->vdev_child[i]; in verify_checkpoint_ms_spacemaps() local
[all …]