Searched refs:DTL_MISSING (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev.h41 DTL_MISSING, /* 0% replication: no copies of the data */ enumerator in enum:vdev_dtl_type
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev.c1655 * DTL_MISSING: txgs for which the vdev has no valid copies of the data
1660 * scrub completion, DTL_SCRUB replaces DTL_MISSING in the range of
1669 * For leaf vdevs, DTL_MISSING and DTL_PARTIAL are identical: the device
1675 * A vdev's DTL_MISSING is a modified union of its children's DTL_MISSINGs,
1679 * thus, its DTL_MISSING consists of the set of txgs that appear in more than
1680 * two child DTL_MISSING maps.
1683 * for all vdevs, it suffices to know just the leaf vdevs' DTL_MISSING maps.
1741 ASSERT3U(range_tree_space(vd->vdev_dtl[DTL_MISSING]), !=, 0);
1744 rs = avl_first(&vd->vdev_dtl[DTL_MISSING]->rt_root);
1757 ASSERT3U(range_tree_space(vd->vdev_dtl[DTL_MISSING]), !
[all...]
H A Dvdev_mirror.c243 if (!vdev_dtl_contains(mc->mc_vd, DTL_MISSING, txg, 1))
H A Dzfs_fm.c177 vdev_dtl_contains(vd, DTL_MISSING, zio->io_txg, 1))
H A Dspa.c4736 vdev_dtl_dirty(newvd, DTL_MISSING, TXG_INITIAL,
5596 if (vdev_dtl_empty(newvd, DTL_MISSING) &&
5620 vdev_dtl_empty(newvd, DTL_MISSING) &&
5636 vdev_dtl_empty(last, DTL_MISSING) &&
H A Dvdev_raidz.c1786 if (vdev_dtl_contains(cvd, DTL_MISSING, zio->io_txg, 1)) {
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfssubr.c1552 if (vdev_dtl_contains(cvd, DTL_MISSING, zio->io_txg, 1)) {

Completed in 129 milliseconds