Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/include/sys/
H A Dvdev.h49 DTL_TYPES enumerator
H A Dvdev_impl.h392 zfs_range_tree_t *vdev_dtl[DTL_TYPES]; /* dirty time logs */
/src/sys/contrib/openzfs/module/zfs/
H A Dvdev.c799 for (int t = 0; t < DTL_TYPES; t++) { in vdev_alloc_common()
1230 for (int t = 0; t < DTL_TYPES; t++) { in vdev_free()
3094 ASSERT(t < DTL_TYPES); in vdev_dtl_dirty()
3110 ASSERT(t < DTL_TYPES); in vdev_dtl_contains()
3421 for (int t = 0; t < DTL_TYPES; t++) { in vdev_dtl_reassess_impl()
/src/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2355 const char *name[DTL_TYPES] = { "missing", "partial", "scrub", in dump_dtl()
2371 for (int t = 0; t < DTL_TYPES; t++) { in dump_dtl()