Searched refs:DTL_SCRUB (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev.h43 DTL_SCRUB, /* unable to fully repair during scrub/resilver */ enumerator in enum:vdev_dtl_type
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev.c1659 * DTL_SCRUB: the txgs that could not be repaired by the last scrub; upon
1660 * scrub completion, DTL_SCRUB replaces DTL_MISSING in the range of
1847 * We then add DTL_SCRUB with a refcnt of 2, so that
1857 vd->vdev_dtl[DTL_SCRUB], 2);
1866 range_tree_vacate(vd->vdev_dtl[DTL_SCRUB], NULL, NULL);
1894 if (t == DTL_SCRUB)
2927 vdev_dtl_dirty(vd, DTL_SCRUB, txg, 1);

Completed in 73 milliseconds