Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Davl.h183 extern void avl_insert(avl_tree_t *tree, void *node, avl_index_t where);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dunique.c92 avl_insert(&unique_avl, un, idx); in unique_insert()
H A Dzfs_rlock.c208 avl_insert(tree, new, where); in zfs_rangelock_enter_writer()
346 avl_insert(tree, new, where); in zfs_rangelock_add_reader()
H A Dspa_errlog.c126 avl_insert(tree, new, where); in spa_log_error()
H A Dddt.c687 avl_insert(&ddt->ddt_tree, dde, where); in ddt_lookup()
937 avl_insert(&ddt->ddt_repair_tree, dde, where); in ddt_repair_done()
H A Ddsl_crypt.c678 avl_insert(&spa->spa_keystore.sk_dsl_keys, dck_io, where); in spa_keystore_dsl_key_hold_dd()
720 avl_insert(&spa->spa_keystore.sk_wkeys, wkey, where); in spa_keystore_load_wkey_impl()
1030 avl_insert(&spa->spa_keystore.sk_key_mappings, km, where); in spa_keystore_create_mapping()
1585 avl_insert(&spa->spa_keystore.sk_wkeys, wkey, where); in spa_keystore_change_key_sync()
H A Dzil.c192 avl_insert(t, zn, where); in zil_bp_tree_add()
1059 avl_insert(t, zv, where); in zil_lwb_add_block()
1093 avl_insert(dst, zv, where); in zil_lwb_flush_defer()
1991 avl_insert(t, ian, where); in zil_itx_assign()
H A Ddsl_deleg.c507 avl_insert(avl, permnode, idx); in dsl_load_sets()
H A Ddsl_scan.c1173 avl_insert(&scn->scn_queue, sds, where); in scan_ds_queue_insert()
1597 avl_insert(&scn->scn_prefetch_queue, spic, idx); in dsl_scan_prefetch()
3868 avl_insert(&queue->q_sios_by_addr, sio, idx); in scan_io_queue_insert_impl()
H A Dspa_misc.c963 avl_insert(avl, aux, where); in spa_aux_add()
H A Ddmu_objset.c1879 avl_insert(avl, uqn, idx); in userquota_update_cache()
/f-stack/freebsd/contrib/openzfs/module/avl/
H A Davl.c486 avl_insert(avl_tree_t *tree, void *new_data, avl_index_t where) in avl_insert() function
629 avl_insert(tree, new_data, AVL_MKINDEX(node, child)); in avl_insert_here()
643 avl_insert(tree, new_node, where); in avl_add()
1081 EXPORT_SYMBOL(avl_insert);
/f-stack/freebsd/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_import_os.c225 avl_insert(rn->rn_avl, slice, where); in zpool_open_func()
251 avl_insert(rn->rn_avl, slice, where); in zpool_open_func()
381 avl_insert(*slice_cache, slice, where); in zpool_find_import_blkid()
/f-stack/freebsd/contrib/openzfs/lib/libzutil/os/freebsd/
H A Dzutil_import_os.c223 avl_insert(*slice_cache, slice, where); in zpool_find_import_blkid()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/btree_test/
H A Dbtree_test.c248 avl_insert(&avl, node, avl_idx); in drain_tree()
324 avl_insert(&avl, node, avl_idx); in stress_tree()
/f-stack/freebsd/contrib/openzfs/lib/libuutil/
H A Duu_avl.c523 avl_insert(&ap->ua_tree, elem, INDEX_DECODE(idx)); in uu_avl_insert()
H A Dlibuutil.abi135 …<elf-symbol name='avl_insert' type='func-type' binding='global-binding' visibility='default-visibi…
1264avl_insert' mangled-name='avl_insert' filepath='../../module/avl/avl.c' line='486' column='1' visi…
/f-stack/freebsd/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c1069 avl_insert(cache, slice, where); in zpool_find_import_scan_add_slice()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c785 avl_insert(avl, rc, where); in acevals_find()
/f-stack/freebsd/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi142 …<elf-symbol name='avl_insert' type='func-type' binding='global-binding' visibility='default-visibi…
1987avl_insert' mangled-name='avl_insert' filepath='../../module/avl/avl.c' line='486' column='1' visi…
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c6539 avl_insert(t, zdde, where); in zdb_ddt_add_cb()