Home
last modified time | relevance | path

Searched refs:avl_destroy_nodes (Results 1 – 25 of 29) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_errlog.c286 while ((se = avl_destroy_nodes(&spa->spa_errlist_last, in spa_errlog_drain()
290 while ((se = avl_destroy_nodes(&spa->spa_errlist_scrub, in spa_errlog_drain()
326 while ((se = avl_destroy_nodes(t, &cookie)) != NULL) in sync_error_list()
H A Dspace_reftree.c80 while ((sr = avl_destroy_nodes(t, &cookie)) != NULL) in space_reftree_destroy()
H A Ddsl_deadlist.c152 while ((dlce = avl_destroy_nodes(&dl->dl_cache, &cookie)) in dsl_deadlist_load_tree()
271 while ((dle = avl_destroy_nodes(&dl->dl_tree, &cookie)) != NULL) { in dsl_deadlist_discard_tree()
347 while ((dle = avl_destroy_nodes(&dl->dl_tree, &cookie)) in dsl_deadlist_close()
357 while ((dlce = avl_destroy_nodes(&dl->dl_cache, &cookie)) in dsl_deadlist_close()
H A Dzfs_fuid.c164 while ((domnode = avl_destroy_nodes(domain_tree, &cookie))) in zfs_fuid_table_destroy()
169 while ((domnode = avl_destroy_nodes(idx_tree, &cookie))) in zfs_fuid_table_destroy()
H A Dzil.c168 while ((zn = avl_destroy_nodes(t, &cookie)) != NULL) in zil_bp_tree_fini()
1089 while ((zv = avl_destroy_nodes(src, &cookie)) != NULL) { in zil_lwb_flush_defer()
1254 while ((zv = avl_destroy_nodes(t, &cookie)) != NULL) in zil_lwb_write_done()
1280 while ((zv = avl_destroy_nodes(t, &cookie)) != NULL) { in zil_lwb_write_done()
1860 while ((ian = avl_destroy_nodes(t, &cookie)) != NULL) { in zil_itxg_clean()
2144 while ((ian = avl_destroy_nodes(t, &cookie)) != NULL) { in zil_async_to_sync()
H A Ddsl_deleg.c648 while ((setnode = avl_destroy_nodes(&permsets, &cookie)) != NULL) in dsl_deleg_access_impl()
H A Ddmu_objset.c1823 while ((uqn = avl_destroy_nodes(&cache->uqc_user_deltas, in do_userquota_cacheflush()
1839 while ((uqn = avl_destroy_nodes(&cache->uqc_group_deltas, in do_userquota_cacheflush()
1851 while ((uqn = avl_destroy_nodes(&cache->uqc_project_deltas, in do_userquota_cacheflush()
H A Dsa.c1135 avl_destroy_nodes(&sa->sa_layout_hash_tree, &cookie))) { in sa_tear_down()
1144 while ((layout = avl_destroy_nodes(&sa->sa_layout_num_tree, &cookie))) { in sa_tear_down()
H A Ddmu_redact.c226 while ((found = avl_destroy_nodes(&at, &cookie)) != NULL) in zfs_get_deleteq()
H A Dddt.c1091 while ((dde = avl_destroy_nodes(&ddt->ddt_tree, &cookie)) != NULL) { in ddt_sync_table()
H A Ddsl_scan.c1145 while ((sds = avl_destroy_nodes(&scn->scn_queue, &cookie)) != NULL) { in scan_ds_queue_clear()
1528 while ((spic = avl_destroy_nodes(&scn->scn_prefetch_queue, in scan_ds_prefetch_queue_clear()
4176 while ((sio = avl_destroy_nodes(&queue->q_sios_by_addr, &cookie)) != in dsl_scan_io_queue_destroy()
H A Ddsl_destroy.c1123 while ((dbn = avl_destroy_nodes(&ds->ds_bookmarks, &cookie)) != in dsl_destroy_head_sync_impl()
H A Ddsl_bookmark.c886 while ((dbn = avl_destroy_nodes(&ds->ds_bookmarks, &cookie)) != NULL) { in dsl_bookmark_fini_ds()
H A Dzap_micro.c404 while ((mze = avl_destroy_nodes(&zap->zap_m.zap_avl, &avlcookie))) in mze_destroy()
H A Ddsl_crypt.c321 while ((wkey = avl_destroy_nodes(&sk->sk_wkeys, &cookie)) != NULL) in spa_keystore_fini()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Davl.h309 extern void *avl_destroy_nodes(avl_tree_t *tree, void **cookie);
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_strings.c153 while ((np = avl_destroy_nodes(&zsp->tree, &cookie))) in zed_strings_destroy()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/btree_test/
H A Dbtree_test.c280 while ((node = avl_destroy_nodes(&avl, &avl_cookie)) != NULL) in drain_tree()
356 while ((node = avl_destroy_nodes(&avl, &avl_cookie)) != NULL) in stress_tree()
/f-stack/freebsd/contrib/openzfs/module/avl/
H A Davl.c965 avl_destroy_nodes(avl_tree_t *tree, void **cookie) in avl_destroy_nodes() function
1092 EXPORT_SYMBOL(avl_destroy_nodes);
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_iter.c326 while ((node = avl_destroy_nodes(&avl, &cookie)) != NULL) in zfs_iter_snapshots_sorted()
/f-stack/freebsd/contrib/openzfs/lib/libuutil/
H A Duu_avl.c459 void *elem = avl_destroy_nodes(&ap->ua_tree, cookie); in uu_avl_teardown()
H A Dlibuutil.abi132 …<elf-symbol name='avl_destroy_nodes' type='func-type' binding='global-binding' visibility='default…
1203avl_destroy_nodes' mangled-name='avl_destroy_nodes' filepath='../../module/avl/avl.c' line='965' c…
/f-stack/freebsd/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c1211 while ((slice = avl_destroy_nodes(cache, &cookie)) != NULL) { in zpool_find_import_scan()
1283 while ((slice = avl_destroy_nodes(cache, &cookie)) != NULL) { in zpool_find_import_impl()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c1199 while ((node = avl_destroy_nodes(&al->user, &cookie)) != NULL) in ace_list_free()
1202 while ((node = avl_destroy_nodes(&al->group, &cookie)) != NULL) in ace_list_free()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c4755 while ((node = avl_destroy_nodes(&config_tree, &cookie)) != NULL) in dump_label()
4759 while ((node = avl_destroy_nodes(&uberblock_tree, &cookie)) != NULL) in dump_label()
6571 while ((zdde = avl_destroy_nodes(&t, &cookie)) != NULL) { in dump_simulated_ddt()

12