Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_log_spacemap.c363 for (log_summary_entry_t *e = list_head(&spa->spa_log_summary); in spa_log_summary_verify_counts()
383 summary_entry_is_full(spa_t *spa, log_summary_entry_t *e) in summary_entry_is_full()
413 log_summary_entry_t *target = NULL; in spa_log_summary_decrement_mscount()
414 for (log_summary_entry_t *e = list_head(&spa->spa_log_summary); in spa_log_summary_decrement_mscount()
493 for (log_summary_entry_t *e = list_head(&spa->spa_log_summary); in spa_log_summary_decrement_blkcount()
509 kmem_free(e, sizeof (log_summary_entry_t)); in spa_log_summary_decrement_blkcount()
565 log_summary_entry_t *e = list_tail(&spa->spa_log_summary); in summary_add_data()
568 e = kmem_zalloc(sizeof (log_summary_entry_t), KM_SLEEP); in summary_add_data()
648 for (log_summary_entry_t *e = list_head(&spa->spa_log_summary); in spa_estimate_metaslabs_to_flush()
H A Dspa_misc.c709 list_create(&spa->spa_log_summary, sizeof (log_summary_entry_t), in spa_add()
710 offsetof(log_summary_entry_t, lse_node)); in spa_add()
H A Dspa.c1490 for (log_summary_entry_t *e = list_head(&spa->spa_log_summary); in spa_unload_log_sm_metadata()
1494 kmem_free(e, sizeof (log_summary_entry_t)); in spa_unload_log_sm_metadata()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa_log_spacemap.h36 } log_summary_entry_t; typedef