Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dddt_log.c423 VERIFY3U(ddt_key_compare(&ddle->ddle_key, &ddlwe->ddlwe_key), in ddt_log_checkpoint()
527 ddt_key_compare(&dlre->dlre_key, checkpoint) <= 0) { in ddt_log_load_entry()
734 int c = ddt_key_compare(&ae->ddle_key, &fe->ddle_key); in ddt_log_load()
772 avl_create(&ddt->ddt_log[0].ddl_tree, ddt_key_compare, in ddt_log_alloc()
774 avl_create(&ddt->ddt_log[1].ddl_tree, ddt_key_compare, in ddt_log_alloc()
H A Dddt.c1474 ddt_key_compare(const void *x1, const void *x2) in ddt_key_compare() function
1748 avl_create(&ddt->ddt_tree, ddt_key_compare, in ddt_table_alloc()
1750 avl_create(&ddt->ddt_repair_tree, ddt_key_compare, in ddt_table_alloc()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dddt.h423 extern int ddt_key_compare(const void *x1, const void *x2);
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c8087 avl_create(&t, ddt_key_compare, in dump_simulated_ddt()