vdev_dtl_contains
if (vdev_dtl_contains(cvd, DTL_MISSING, zio->io_txg, 1)) {
if (!vdev_dtl_contains(vd, DTL_PARTIAL, phys_birth, 1))
extern boolean_t vdev_dtl_contains(vdev_t *vd, vdev_dtl_type_t d,
if (vdev_dtl_contains(vd, DTL_MISSING, txg, 1))
if (vdev_dtl_contains(mc->mc_vd, DTL_MISSING, txg, 1)) {
!vdev_dtl_contains(mc->mc_vd, DTL_PARTIAL,
if (vdev_dtl_contains(cvd, DTL_MISSING, zio->io_txg, 1)) {
vdev_dtl_contains(vd, DTL_MISSING, zio->io_txg, 1))
!vdev_dtl_contains(vd, DTL_PARTIAL, zio->io_txg, 1)) {