Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_redact.c102 struct redact_node { struct
415 const struct redact_node *rn1 = arg1; in redact_node_compare_start()
497 struct redact_node *redact_node) in update_avl_trees() argument
499 avl_remove(start_tree, redact_node); in update_avl_trees()
500 avl_remove(end_tree, redact_node); in update_avl_trees()
501 redact_node->record = get_next_redact_record(&redact_node->rt_arg->q, in update_avl_trees()
502 redact_node->record); in update_avl_trees()
503 avl_add(end_tree, redact_node); in update_avl_trees()
504 avl_add(start_tree, redact_node); in update_avl_trees()
754 sizeof (struct redact_node), in perform_thread_merge()
[all …]