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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dddt.h44 DDT_TYPES enumerator in enum:ddt_type
133 uint64_t ddt_object[DDT_TYPES][DDT_CLASSES];
134 ddt_histogram_t ddt_histogram[DDT_TYPES][DDT_CLASSES];
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dddt.c39 static const ddt_ops_t *ddt_ops[DDT_TYPES] = {
411 for (enum ddt_type type = 0; type < DDT_TYPES; type++) {
435 for (enum ddt_type type = 0; type < DDT_TYPES; type++) {
662 for (type = 0; type < DDT_TYPES; type++) {
679 dde->dde_type = type; /* will be DDT_TYPES if no entry found */
764 for (enum ddt_type type = 0; type < DDT_TYPES; type++) {
805 for (enum ddt_type type = 0; type < DDT_TYPES; type++)
823 for (enum ddt_type type = 0; type < DDT_TYPES; type++) {
956 if (otype != DDT_TYPES &&
1003 for (enum ddt_type type = 0; type < DDT_TYPES; typ
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c663 for (enum ddt_type type = 0; type < DDT_TYPES; type++) {

Completed in 63 milliseconds