Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev.h47 DTL_TYPES enumerator
H A Dvdev_impl.h400 range_tree_t *vdev_dtl[DTL_TYPES]; /* dirty time logs */
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev.c620 for (int t = 0; t < DTL_TYPES; t++) { in vdev_alloc_common()
1023 for (int t = 0; t < DTL_TYPES; t++) { in vdev_free()
2633 ASSERT(t < DTL_TYPES); in vdev_dtl_dirty()
2649 ASSERT(t < DTL_TYPES); in vdev_dtl_contains()
2948 for (int t = 0; t < DTL_TYPES; t++) { in vdev_dtl_reassess()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c2026 const char *name[DTL_TYPES] = { "missing", "partial", "scrub", in dump_dtl()
2042 for (int t = 0; t < DTL_TYPES; t++) { in dump_dtl()