Home
last modified time | relevance | path

Searched refs:ddt_entry_compare (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dddt.h239 extern int ddt_entry_compare(const void *x1, const void *x2);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dddt.c783 ddt_entry_compare(const void *x1, const void *x2) in ddt_entry_compare() function
808 avl_create(&ddt->ddt_tree, ddt_entry_compare, in ddt_table_alloc()
810 avl_create(&ddt->ddt_repair_tree, ddt_entry_compare, in ddt_table_alloc()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c4897 avl_create(&t, ddt_entry_compare, in dump_simulated_ddt()