Home
last modified time | relevance | path

Searched refs:avl_insert (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/sys/contrib/openzfs/module/avl/
H A Davl.c461 avl_insert(avl_tree_t *tree, void *new_data, avl_index_t where) in avl_insert() function
603 avl_insert(tree, new_data, AVL_MKINDEX(node, child)); in avl_insert_here()
617 avl_insert(tree, new_node, where); in avl_add()
1028 EXPORT_SYMBOL(avl_insert);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dunique.c83 avl_insert(&unique_avl, un, idx); in unique_insert()
H A Dzfs_rlock.c199 avl_insert(tree, new, where); in zfs_rangelock_enter_writer()
337 avl_insert(tree, new, where); in zfs_rangelock_add_reader()
H A Dspa_errlog.c220 avl_insert(tree, new, where); in spa_log_error()
593 avl_insert(tree, new, where); in spa_add_healed_error()
642 avl_insert(tree, new, where); in spa_add_healed_error()
H A Dbrt.c1123 avl_insert(&brtvd->bv_tree, bre, where); in brt_entry_decref()
1258 avl_insert(pending_tree, newbre, where); in brt_pending_add()
1281 avl_insert(pending_tree, newbre, where); in brt_pending_add()
H A Ddsl_crypt.c700 avl_insert(&spa->spa_keystore.sk_dsl_keys, dck_io, where); in spa_keystore_dsl_key_hold_dd()
742 avl_insert(&spa->spa_keystore.sk_wkeys, wkey, where); in spa_keystore_load_wkey_impl()
1052 avl_insert(&spa->spa_keystore.sk_key_mappings, km, where); in spa_keystore_create_mapping()
1720 avl_insert(&spa->spa_keystore.sk_wkeys, wkey, where); in spa_keystore_change_key_sync()
H A Ddsl_deleg.c494 avl_insert(avl, permnode, idx); in dsl_load_sets()
H A Dddt_log.c255 avl_insert(&ddl->ddl_tree, ddle, where); in ddt_log_update_entry()
H A Dzil.c195 avl_insert(t, zn, where); in zil_bp_tree_add()
1403 avl_insert(t, zv, where); in zil_lwb_add_block()
1437 avl_insert(dst, zv, where); in zil_lwb_flush_defer()
2761 avl_insert(t, ian, where); in zil_itx_assign()
H A Dddt.c1278 avl_insert(&ddt->ddt_tree, dde, where); in ddt_lookup()
1946 avl_insert(&ddt->ddt_repair_tree, dde, where); in ddt_repair_done()
H A Ddsl_scan.c1632 avl_insert(&scn->scn_queue, sds, where); in scan_ds_queue_insert()
2102 avl_insert(&scn->scn_prefetch_queue, spic, idx); in dsl_scan_prefetch()
4914 avl_insert(&queue->q_sios_by_addr, sio, idx); in scan_io_queue_insert_impl()
/freebsd/sys/contrib/openzfs/include/sys/
H A Davl.h174 _AVL_H void avl_insert(avl_tree_t *tree, void *node, avl_index_t where);
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Davl.h191 extern void avl_insert(avl_tree_t *tree, void *node, avl_index_t where);
/freebsd/sys/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_import_os.c230 avl_insert(rn->rn_avl, slice, where); in zpool_open_func()
256 avl_insert(rn->rn_avl, slice, where); in zpool_open_func()
387 avl_insert(*slice_cache, slice, where); in zpool_find_import_blkid()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_changelist.c517 avl_insert(&clp->cl_tree, cn, idx); in changelist_add_mounted()
586 avl_insert(&clp->cl_tree, cn, idx); in change_one()
792 avl_insert(&clp->cl_tree, cn, idx); in changelist_gather()
H A Dlibzfs_config.c152 avl_insert(&hdl->libzfs_ns_avl, cn, where); in namespace_reload()
/freebsd/sys/contrib/openzfs/lib/libzutil/os/freebsd/
H A Dzutil_import_os.c285 avl_insert(*slice_cache, slice, where); in zpool_find_import_blkid()
/freebsd/sys/contrib/openzfs/module/icp/core/
H A Dkcf_mech_tabs.c163 avl_insert(&kcf_mech_hash, &me_tab[i], where); in kcf_create_mech_entry()
/freebsd/sys/contrib/openzfs/tests/unit/
H A Dtest_btree.c244 avl_insert(&avl, node, avl_idx); in test_btree_drain()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dbtree_test.c234 avl_insert(&avl, node, avl_idx); in stress_tree()
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.c111 avl_insert(&cb->cb_avl, node, idx); in zfs_callback()
H A Dzfs_main.c3174 avl_insert(avl, node, idx); in userspace_cb()
3593 avl_insert(&cb.cb_avl, node, idx); in zfs_do_userspace()
5674 avl_insert(avl, node, idx); in set_deleg_perm_node()
5803 avl_insert(avl, node, idx); in parse_fs_perm()
7950 avl_insert(&tree, node, idx); in unshare_unmount()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_iter.c89 avl_insert(&zlp->zl_avl, new, idx); in add_pool()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c775 avl_insert(avl, rc, where); in acevals_find()
/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c1350 avl_insert(cache, slice, where); in zpool_find_import_scan_add_slice()

12