Home
last modified time | relevance | path

Searched refs:DTL_TYPES (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDvdev.h45 DTL_TYPES enumerator
HDvdev_impl.h198 range_tree_t *vdev_dtl[DTL_TYPES]; /* dirty time logs */
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDvdev.c443 for (int t = 0; t < DTL_TYPES; t++) { in vdev_alloc_common()
753 for (int t = 0; t < DTL_TYPES; t++) { in vdev_free()
1814 ASSERT(t < DTL_TYPES); in vdev_dtl_dirty()
1830 ASSERT(t < DTL_TYPES); in vdev_dtl_contains()
2016 for (int t = 0; t < DTL_TYPES; t++) { in vdev_dtl_reassess()
/NextBSD/cddl/contrib/opensolaris/cmd/zdb/
HDzdb.c1025 char *name[DTL_TYPES] = { "missing", "partial", "scrub", "outage" }; in dump_dtl()
1040 for (int t = 0; t < DTL_TYPES; t++) { in dump_dtl()