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

/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dvdev.h41 DTL_MISSING, /* 0% replication: no copies of the data */ enumerator in enum:vdev_dtl_type
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev.c1678 * DTL_MISSING: txgs for which the vdev has no valid copies of the data
1683 * scrub completion, DTL_SCRUB replaces DTL_MISSING in the range of
1692 * For leaf vdevs, DTL_MISSING and DTL_PARTIAL are identical: the device
1698 * A vdev's DTL_MISSING is a modified union of its children's DTL_MISSINGs,
1702 * thus, its DTL_MISSING consists of the set of txgs that appear in more than
1703 * two child DTL_MISSING maps.
1706 * for all vdevs, it suffices to know just the leaf vdevs' DTL_MISSING maps.
1764 ASSERT3U(vd->vdev_dtl[DTL_MISSING].sm_space, !=, 0);
1767 ss = avl_first(&vd->vdev_dtl[DTL_MISSING].sm_root);
1780 ASSERT3U(vd->vdev_dtl[DTL_MISSING]
[all...]
H A Dvdev_mirror.c244 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.c4671 vdev_dtl_dirty(newvd, DTL_MISSING, TXG_INITIAL,
5515 if (vdev_dtl_empty(newvd, DTL_MISSING) &&
5539 vdev_dtl_empty(newvd, DTL_MISSING) &&
5555 vdev_dtl_empty(last, DTL_MISSING) &&
H A Dvdev_raidz.c1812 if (vdev_dtl_contains(cvd, DTL_MISSING, zio->io_txg, 1)) {
/freebsd-10.0-release/sys/cddl/boot/zfs/
H A Dzfssubr.c1484 if (vdev_dtl_contains(cvd, DTL_MISSING, zio->io_txg, 1)) {

Completed in 222 milliseconds