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

/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dvdev.h43 DTL_SCRUB, /* unable to fully repair during scrub/resilver */ enumerator in enum:vdev_dtl_type
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev.c1682 * DTL_SCRUB: the txgs that could not be repaired by the last scrub; upon
1683 * scrub completion, DTL_SCRUB replaces DTL_MISSING in the range of
1870 * We then add DTL_SCRUB with a refcnt of 2, so that
1880 &vd->vdev_dtl[DTL_SCRUB], 2);
1889 space_map_vacate(&vd->vdev_dtl[DTL_SCRUB], NULL, NULL);
1917 if (t == DTL_SCRUB)
2844 vdev_dtl_dirty(vd, DTL_SCRUB, txg, 1);

Completed in 172 milliseconds