Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dddt.c83 &ddt->ddt_histogram[type][class], tx) == 0); in ddt_object_create()
100 ASSERT(ddt_histogram_empty(&ddt->ddt_histogram[type][class])); in ddt_object_destroy()
128 &ddt->ddt_histogram[type][class])); in ddt_object_load()
159 &ddt->ddt_histogram[type][class], tx) == 0); in ddt_object_sync()
423 ddh = &ddt->ddt_histogram[dde->dde_type][dde->dde_class]; in ddt_stat_update()
856 bcopy(ddt->ddt_histogram, &ddt->ddt_histogram_cache, in ddt_load()
857 sizeof (ddt->ddt_histogram)); in ddt_load()
1108 bcopy(ddt->ddt_histogram, &ddt->ddt_histogram_cache, in ddt_sync_table()
1109 sizeof (ddt->ddt_histogram)); in ddt_sync_table()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dddt.h135 ddt_histogram_t ddt_histogram[DDT_TYPES][DDT_CLASSES]; member
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/sys/fs/
H A Dzfs.h910 typedef struct ddt_histogram { struct
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c1179 zpool_dump_ddt(NULL, &ddt->ddt_histogram[type][class]); in dump_ddt()