Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dddt_log.c137 ddt_log_create_one(ddt, ddt->ddt_log_active, 0, tx); in ddt_log_create()
163 ddt_log_destroy_one(ddt, ddt->ddt_log_active, 0, tx); in ddt_log_destroy()
180 if (dmu_object_info(ddt->ddt_os, ddt->ddt_log_active->ddl_object, in ddt_log_update_stats()
189 avl_numnodes(&ddt->ddt_log_active->ddl_tree) + in ddt_log_update_stats()
201 if (ddt->ddt_log_active->ddl_object == 0) in ddt_log_begin()
214 VERIFY0(dnode_hold(ddt->ddt_os, ddt->ddt_log_active->ddl_object, FTAG, in ddt_log_begin()
220 uint64_t offset = ddt->ddt_log_active->ddl_length; in ddt_log_begin()
283 ddt_log_update_entry(ddt, ddt->ddt_log_active, ddlwe, B_TRUE); in ddt_log_entry()
343 ddt->ddt_log_active->ddl_length += in ddt_log_commit()
347 ddt_log_update_header(ddt, ddt->ddt_log_active, dlu->dlu_tx); in ddt_log_commit()
[all …]
H A Dddt.c1859 avl_numnodes(&ddt->ddt_log_active->ddl_tree)); in ddt_load()
2065 count += avl_numnodes(&ddt->ddt_log_active->ddl_tree); in ddt_sync_update_stats()
2217 if ((!avl_is_empty(&ddt->ddt_log_active->ddl_tree) && in ddt_flush_force_update_txg()
2218 ddt->ddt_log_active->ddl_first_txg <= txg) || in ddt_flush_force_update_txg()
2254 avl_numnodes(&ddt->ddt_log_active->ddl_tree); in ddt_sync_flush_log()
2365 !avl_is_empty(&ddt->ddt_log_active->ddl_tree)) { in ddt_sync_flush_log()
2404 (ulong_t)avl_numnodes(&ddt->ddt_log_active->ddl_tree), in ddt_sync_flush_log()
2448 avl_numnodes(&ddt->ddt_log_active->ddl_tree)); in ddt_sync_table_log()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dddt.h295 ddt_log_t *ddt_log_active; /* pointers into ddt_log */ member