Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/
H A Ddsl_deadlist.c78 avl_create(&dl->dl_tree, dsl_deadlist_compare, in dsl_deadlist_load_tree()
88 avl_add(&dl->dl_tree, dle); in dsl_deadlist_load_tree()
132 while ((dle = avl_destroy_nodes(&dl->dl_tree, &cookie)) in dsl_deadlist_close()
137 avl_destroy(&dl->dl_tree); in dsl_deadlist_close()
235 dle = avl_find(&dl->dl_tree, &dle_tofind, &where); in dsl_deadlist_insert()
237 dle = avl_nearest(&dl->dl_tree, where, AVL_BEFORE); in dsl_deadlist_insert()
239 dle = AVL_PREV(&dl->dl_tree, dle); in dsl_deadlist_insert()
262 avl_add(&dl->dl_tree, dle); in dsl_deadlist_add_key()
283 dle = avl_find(&dl->dl_tree, &dle_tofind, NULL); in dsl_deadlist_remove_key()
284 dle_prev = AVL_PREV(&dl->dl_tree, dle); in dsl_deadlist_remove_key()
[all …]
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_deadlist.h48 avl_tree_t dl_tree; member
/titanic_44/usr/src/cmd/zdb/
H A Dzdb.c1571 for (dle = avl_first(&dl->dl_tree); dle; in dump_deadlist()
1572 dle = AVL_NEXT(&dl->dl_tree, dle)) { in dump_deadlist()