Searched defs:scn_phys (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_scan.h122 dsl_scan_phys_t scn_phys; member in struct:dsl_scan
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev.c1778 ASSERT0(scn->scn_phys.scn_errors);
1792 if (vdev_dtl_max(vd) <= scn->scn_phys.scn_max_txg) {
1793 ASSERT3U(scn->scn_phys.scn_min_txg, <=, vdev_dtl_min(vd));
1794 ASSERT3U(scn->scn_phys.scn_min_txg, <, vd->vdev_resilver_txg);
1795 ASSERT3U(vd->vdev_resilver_txg, <=, scn->scn_phys.scn_max_txg);
1833 (scn != NULL && scn->scn_phys.scn_errors == 0)) &&
2850 dsl_scan_phys_t *scn_phys = local
2851 &spa->spa_dsl_pool->dp_scan->scn_phys;
2852 uint64_t *processed = &scn_phys->scn_processed;

Completed in 64 milliseconds