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.c8062 vdev_t *current_vd = current_rvd->vdev_child[c]; in verify_checkpoint_vdev_spacemaps() local
8074 ASSERT3P(current_vd->vdev_ops, ==, &vdev_indirect_ops); in verify_checkpoint_vdev_spacemaps()
8082 if (current_vd->vdev_top_zap == 0 || in verify_checkpoint_vdev_spacemaps()
8084 current_vd->vdev_top_zap, in verify_checkpoint_vdev_spacemaps()
8089 current_vd->vdev_top_zap, VDEV_TOP_ZAP_POOL_CHECKPOINT_SM, in verify_checkpoint_vdev_spacemaps()
8093 checkpoint_sm_obj, 0, current_vd->vdev_asize, in verify_checkpoint_vdev_spacemaps()
8094 current_vd->vdev_ashift)); in verify_checkpoint_vdev_spacemaps()
8116 vdev_t *current_vd = current_rvd->vdev_child[c]; in verify_checkpoint_vdev_spacemaps() local
8117 VERIFY0P(current_vd->vdev_checkpoint_sm); in verify_checkpoint_vdev_spacemaps()
8148 vdev_t *current_vd = current_rvd->vdev_child[i]; in verify_checkpoint_ms_spacemaps() local
[all …]