Searched refs:DDT_TYPES (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dddt.h43 DDT_TYPES enumerator in enum:ddt_type
131 uint64_t ddt_object[DDT_TYPES][DDT_CLASSES];
132 ddt_histogram_t ddt_histogram[DDT_TYPES][DDT_CLASSES];
133 ddt_histogram_t ddt_histogram_cache[DDT_TYPES][DDT_CLASSES];
134 ddt_object_t ddt_object_stats[DDT_TYPES][DDT_CLASSES];
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dddt.c50 static const ddt_ops_t *ddt_ops[DDT_TYPES] = {
462 for (enum ddt_type type = 0; type < DDT_TYPES; type++) {
486 for (enum ddt_type type = 0; type < DDT_TYPES; type++) {
717 for (type = 0; type < DDT_TYPES; type++) {
734 dde->dde_type = type; /* will be DDT_TYPES if no entry found */
764 for (enum ddt_type type = 0; type < DDT_TYPES; type++) {
844 for (enum ddt_type type = 0; type < DDT_TYPES; type++) {
890 for (enum ddt_type type = 0; type < DDT_TYPES; type++)
908 for (enum ddt_type type = 0; type < DDT_TYPES; type++) {
1041 if (otype != DDT_TYPES
[all...]
/netbsd-current/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c995 for (enum ddt_type type = 0; type < DDT_TYPES; type++) {

Completed in 223 milliseconds