Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_redact.c103 struct redact_node { struct
104 avl_node_t avl_node_start;
105 avl_node_t avl_node_end;
106 struct redact_record *record;
107 struct redact_thread_arg *rt_arg;
108 uint32_t thread_num;
500 struct redact_node *redact_node) in update_avl_trees()