Searched refs:dl_tree (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_deadlist.c50 * and protecting the dl_tree from being loaded.
79 avl_create(&dl->dl_tree, dsl_deadlist_compare,
89 avl_add(&dl->dl_tree, dle);
133 while ((dle = avl_destroy_nodes(&dl->dl_tree, &cookie))
138 avl_destroy(&dl->dl_tree);
236 dle = avl_find(&dl->dl_tree, &dle_tofind, &where);
238 dle = avl_nearest(&dl->dl_tree, where, AVL_BEFORE);
240 dle = AVL_PREV(&dl->dl_tree, dle);
263 avl_add(&dl->dl_tree, dle);
284 dle = avl_find(&dl->dl_tree,
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_deadlist.h48 avl_tree_t dl_tree; member in struct:dsl_deadlist
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1558 for (dle = avl_first(&dl->dl_tree); dle;
1559 dle = AVL_NEXT(&dl->dl_tree, dle)) {

Completed in 60 milliseconds