Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/include/sys/
H A Dvdev.h48 DTL_TYPES enumerator
H A Dvdev_impl.h404 range_tree_t *vdev_dtl[DTL_TYPES]; /* dirty time logs */
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dvdev.c662 for (int t = 0; t < DTL_TYPES; t++) { in vdev_alloc_common()
1070 for (int t = 0; t < DTL_TYPES; t++) { in vdev_free()
2798 ASSERT(t < DTL_TYPES); in vdev_dtl_dirty()
2814 ASSERT(t < DTL_TYPES); in vdev_dtl_contains()
3115 for (int t = 0; t < DTL_TYPES; t++) { in vdev_dtl_reassess()
/freebsd-13.1/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2056 const char *name[DTL_TYPES] = { "missing", "partial", "scrub", in dump_dtl()
2072 for (int t = 0; t < DTL_TYPES; t++) { in dump_dtl()