Searched refs:ddt_log_t (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | ddt_log.c | 98 ddt_log_update_header(ddt_t *ddt, ddt_log_t *ddl, dmu_tx_t *tx) in ddt_log_update_header() 115 ddt_log_create_one(ddt_t *ddt, ddt_log_t *ddl, uint_t n, dmu_tx_t *tx) in ddt_log_create_one() 141 ddt_log_destroy_one(ddt_t *ddt, ddt_log_t *ddl, uint_t n, dmu_tx_t *tx) in ddt_log_destroy_one() 245 ddt_log_update_entry(ddt_t *ddt, ddt_log_t *ddl, ddt_lightweight_entry_t *ddlwe) in ddt_log_update_entry() 338 ddt_log_take_first(ddt_t *ddt, ddt_log_t *ddl, ddt_lightweight_entry_t *ddlwe) in ddt_log_take_first() 356 ddt_log_remove_key(ddt_t *ddt, ddt_log_t *ddl, const ddt_key_t *ddk) in ddt_log_remove_key() 391 ddt_log_t *ddl = ddt->ddt_log_flushing; in ddt_log_checkpoint() 416 ddt_log_t *ddl = ddt->ddt_log_flushing; in ddt_log_truncate() 476 ddt_log_t *swap = ddt->ddt_log_active; in ddt_log_swap() 498 ddt_log_load_entry(ddt_t *ddt, ddt_log_t *ddl, ddt_log_record_t *dlr, in ddt_log_load_entry() [all …]
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | ddt.h | 270 } ddt_log_t; typedef 284 ddt_log_t ddt_log[2]; /* active/flushing logs */ 285 ddt_log_t *ddt_log_active; /* pointers into ddt_log */ 286 ddt_log_t *ddt_log_flushing; /* swapped when flush starts */
|
H A D | ddt_impl.h | 191 extern boolean_t ddt_log_take_first(ddt_t *ddt, ddt_log_t *ddl, 196 extern boolean_t ddt_log_remove_key(ddt_t *ddt, ddt_log_t *ddl,
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 1976 ddt_log_t *ddl = &ddt->ddt_log[n]; in dump_ddt_log()
|