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

/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dvdev.h45 DTL_TYPES enumerator in enum:vdev_dtl_type
H A Dvdev_impl.h155 space_map_t vdev_dtl[DTL_TYPES]; /* in-core dirty time logs */
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev.c373 for (int t = 0; t < DTL_TYPES; t++) {
682 for (int t = 0; t < DTL_TYPES; t++) {
1715 ASSERT(t < DTL_TYPES);
1731 ASSERT(t < DTL_TYPES);
1914 for (int t = 0; t < DTL_TYPES; t++) {
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c820 char *name[DTL_TYPES] = { "missing", "partial", "scrub", "outage" };
835 for (int t = 0; t < DTL_TYPES; t++) {

Completed in 139 milliseconds