Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_redact.c104 struct redact_node { struct
415 const struct redact_node *rn1 = arg1; in redact_node_compare_start()
416 const struct redact_node *rn2 = arg2; in redact_node_compare_start()
441 const struct redact_node *rn1 = arg1; in redact_node_compare_end()
442 const struct redact_node *rn2 = arg2; in redact_node_compare_end()
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()
[all …]