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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_mirror.c236 if (!vdev_dtl_contains(mc->mc_vd, DTL_MISSING, txg, 1))
420 !vdev_dtl_contains(mc->mc_vd, DTL_PARTIAL,
H A Dzfs_fm.c173 vdev_dtl_contains(vd, DTL_MISSING, zio->io_txg, 1))
H A Dvdev.c1570 vdev_dtl_contains(vdev_t *vd, vdev_dtl_type_t t, uint64_t txg, uint64_t size) function
2564 if (vdev_dtl_contains(vd, DTL_MISSING, txg, 1))
H A Ddsl_scrub.c1157 needs_io = vdev_dtl_contains(vd, DTL_PARTIAL,
H A Dvdev_raidz.c1586 if (vdev_dtl_contains(cvd, DTL_MISSING, zio->io_txg, 1)) {
H A Dzio.c2296 !vdev_dtl_contains(vd, DTL_PARTIAL, zio->io_txg, 1)) {
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dvdev.h64 extern boolean_t vdev_dtl_contains(vdev_t *vd, vdev_dtl_type_t d,

Completed in 159 milliseconds