Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_redact.c127 struct redact_block_list_node { struct
536 for (struct redact_block_list_node *rbln = list_remove_head(list); in redaction_list_update_sync()
570 dmu_tx_hold_space(tx, sizeof (struct redact_block_list_node)); in commit_rl_updates()
640 struct redact_block_list_node *rbln = in update_redaction_list()
641 kmem_alloc(sizeof (struct redact_block_list_node), in update_redaction_list()
734 sizeof (struct redact_block_list_node), in perform_thread_merge()
735 offsetof(struct redact_block_list_node, node)); in perform_thread_merge()
896 sizeof (struct redact_block_list_node), in perform_redaction()
897 offsetof(struct redact_block_list_node, node)); in perform_redaction()
902 sizeof (struct redact_block_list_node), in perform_redaction()
[all …]