Home
last modified time | relevance | path

Searched refs:dde_type (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/fs/zfs/
H A Dddt.c408 ddh = &ddt->ddt_histogram[dde->dde_type][dde->dde_class]; in ddt_stat_update()
720 dde->dde_type = type; /* will be DDT_TYPES if no entry found */ in ddt_lookup()
994 enum ddt_type otype = dde->dde_type; in ddt_sync_entry()
1034 dde->dde_type = ntype; in ddt_sync_entry()
1134 dde->dde_type = ddb->ddb_type; in ddt_walk()
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dddt.h112 enum ddt_type dde_type; member