Home
last modified time | relevance | path

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

/freebsd/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 */
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev.c800 for (int t = 0; t < DTL_TYPES; t++) { in vdev_alloc_common()
1231 for (int t = 0; t < DTL_TYPES; t++) { in vdev_free()
3095 ASSERT(t < DTL_TYPES); in vdev_dtl_dirty()
3114 ASSERT(t < DTL_TYPES); in vdev_dtl_contains()
3425 for (int t = 0; t < DTL_TYPES; t++) { in vdev_dtl_reassess_impl()
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2365 const char *name[DTL_TYPES] = { "missing", "partial", "scrub", in dump_dtl()
2381 for (int t = 0; t < DTL_TYPES; t++) { in dump_dtl()