Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c7836 vdev_t *current_vd = current_rvd->vdev_child[c]; in verify_checkpoint_vdev_spacemaps() local
7848 ASSERT3P(current_vd->vdev_ops, ==, &vdev_indirect_ops); in verify_checkpoint_vdev_spacemaps()
7856 if (current_vd->vdev_top_zap == 0 || in verify_checkpoint_vdev_spacemaps()
7858 current_vd->vdev_top_zap, in verify_checkpoint_vdev_spacemaps()
7863 current_vd->vdev_top_zap, VDEV_TOP_ZAP_POOL_CHECKPOINT_SM, in verify_checkpoint_vdev_spacemaps()
7867 checkpoint_sm_obj, 0, current_vd->vdev_asize, in verify_checkpoint_vdev_spacemaps()
7868 current_vd->vdev_ashift)); in verify_checkpoint_vdev_spacemaps()
7890 vdev_t *current_vd = current_rvd->vdev_child[c]; in verify_checkpoint_vdev_spacemaps() local
7891 VERIFY3P(current_vd->vdev_checkpoint_sm, ==, NULL); in verify_checkpoint_vdev_spacemaps()
7922 vdev_t *current_vd = current_rvd->vdev_child[i]; in verify_checkpoint_ms_spacemaps() local
[all …]