Searched refs:DTL_PARTIAL (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev.h42 DTL_PARTIAL, /* less than 100% replication: some copies missing */ enumerator in enum:vdev_dtl_type
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_mirror.c428 !vdev_dtl_contains(mc->mc_vd, DTL_PARTIAL,
H A Dvdev.c1657 * DTL_PARTIAL: txgs for which data is available, but not fully replicated
1669 * For leaf vdevs, DTL_MISSING and DTL_PARTIAL are identical: the device
1673 * A vdev's DTL_PARTIAL is the union of its children's DTL_PARTIALs, because
1862 range_tree_vacate(vd->vdev_dtl[DTL_PARTIAL], NULL, NULL);
1864 range_tree_add, vd->vdev_dtl[DTL_PARTIAL]);
1896 if (t == DTL_PARTIAL)
2937 vdev_dtl_dirty(pvd, DTL_PARTIAL, txg, 1);
H A Ddsl_scan.c1833 needs_io = vdev_dtl_contains(vd, DTL_PARTIAL,
H A Dzio.c3014 !vdev_dtl_contains(vd, DTL_PARTIAL, zio->io_txg, 1)) {

Completed in 62 milliseconds