Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dvdev.h45 DTL_TYPES enumerator
H A Dvdev_impl.h180 range_tree_t *vdev_dtl[DTL_TYPES]; /* dirty time logs */
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dvdev.c349 for (int t = 0; t < DTL_TYPES; t++) { in vdev_alloc_common()
659 for (int t = 0; t < DTL_TYPES; t++) { in vdev_free()
1678 ASSERT(t < DTL_TYPES); in vdev_dtl_dirty()
1694 ASSERT(t < DTL_TYPES); in vdev_dtl_contains()
1877 for (int t = 0; t < DTL_TYPES; t++) { in vdev_dtl_reassess()
/titanic_44/usr/src/cmd/zdb/
H A Dzdb.c1032 char *name[DTL_TYPES] = { "missing", "partial", "scrub", "outage" }; in dump_dtl()
1047 for (int t = 0; t < DTL_TYPES; t++) { in dump_dtl()