/freebsd/sys/contrib/openzfs/module/avl/ |
H A D | avl.c | 470 avl_insert(avl_tree_t *tree, void *new_data, avl_index_t where) in avl_insert() function 612 avl_insert(tree, new_data, AVL_MKINDEX(node, child)); in avl_insert_here() 626 avl_insert(tree, new_node, where); in avl_add() 1037 EXPORT_SYMBOL(avl_insert);
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | unique.c | 92 avl_insert(&unique_avl, un, idx); in unique_insert()
|
H A D | zfs_rlock.c | 208 avl_insert(tree, new, where); in zfs_rangelock_enter_writer() 346 avl_insert(tree, new, where); in zfs_rangelock_add_reader()
|
H A D | spa_errlog.c | 229 avl_insert(tree, new, where); in spa_log_error() 602 avl_insert(tree, new, where); in spa_add_healed_error() 651 avl_insert(tree, new, where); in spa_add_healed_error()
|
H A D | dsl_crypt.c | 717 avl_insert(&spa->spa_keystore.sk_dsl_keys, dck_io, where); in spa_keystore_dsl_key_hold_dd() 759 avl_insert(&spa->spa_keystore.sk_wkeys, wkey, where); in spa_keystore_load_wkey_impl() 1069 avl_insert(&spa->spa_keystore.sk_key_mappings, km, where); in spa_keystore_create_mapping() 1624 avl_insert(&spa->spa_keystore.sk_wkeys, wkey, where); in spa_keystore_change_key_sync()
|
H A D | brt.c | 1080 avl_insert(&brtvd->bv_tree, bre, where); in brt_entry_decref() 1182 avl_insert(pending_tree, newbre, where); in brt_pending_add()
|
H A D | dsl_deleg.c | 508 avl_insert(avl, permnode, idx); in dsl_load_sets()
|
H A D | ddt_log.c | 254 avl_insert(&ddl->ddl_tree, ddle, where); in ddt_log_update_entry()
|
H A D | zil.c | 202 avl_insert(t, zn, where); in zil_bp_tree_add() 1391 avl_insert(t, zv, where); in zil_lwb_add_block() 1425 avl_insert(dst, zv, where); in zil_lwb_flush_defer() 2600 avl_insert(t, ian, where); in zil_itx_assign()
|
H A D | ddt.c | 1181 avl_insert(&ddt->ddt_tree, dde, where); in ddt_lookup() 1747 avl_insert(&ddt->ddt_repair_tree, dde, where); in ddt_repair_done()
|
H A D | dsl_scan.c | 1506 avl_insert(&scn->scn_queue, sds, where); in scan_ds_queue_insert() 1976 avl_insert(&scn->scn_prefetch_queue, spic, idx); in dsl_scan_prefetch() 4727 avl_insert(&queue->q_sios_by_addr, sio, idx); in scan_io_queue_insert_impl()
|
H A D | spa_misc.c | 1041 avl_insert(avl, aux, where); in spa_aux_add()
|
H A D | dmu_objset.c | 2015 avl_insert(avl, uqn, idx); in userquota_update_cache()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | avl.h | 183 _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 D | avl.h | 191 extern void avl_insert(avl_tree_t *tree, void *node, avl_index_t where);
|
/freebsd/sys/contrib/openzfs/lib/libzutil/os/linux/ |
H A D | zutil_import_os.c | 199 avl_insert(rn->rn_avl, slice, where); in zpool_open_func() 225 avl_insert(rn->rn_avl, slice, where); in zpool_open_func() 356 avl_insert(*slice_cache, slice, where); in zpool_find_import_blkid()
|
/freebsd/sys/contrib/openzfs/lib/libzutil/os/freebsd/ |
H A D | zutil_import_os.c | 233 avl_insert(*slice_cache, slice, where); in zpool_find_import_blkid()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | btree_test.c | 252 avl_insert(&avl, node, avl_idx); in drain_tree() 333 avl_insert(&avl, node, avl_idx); in stress_tree()
|
/freebsd/sys/contrib/openzfs/module/icp/core/ |
H A D | kcf_mech_tabs.c | 172 avl_insert(&kcf_mech_hash, &me_tab[i], where); in kcf_create_mech_entry()
|
/freebsd/sys/contrib/openzfs/lib/libuutil/ |
H A D | uu_avl.c | 522 avl_insert(&ap->ua_tree, elem, INDEX_DECODE(idx)); in uu_avl_insert()
|
H A D | libuutil.abi | 135 …<elf-symbol name='avl_insert' type='func-type' binding='global-binding' visibility='default-visibi… 1646 …ction-decl name='avl_insert' mangled-name='avl_insert' visibility='default' binding='global' size-…
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | acl_common.c | 784 avl_insert(avl, rc, where); in acevals_find()
|
/freebsd/sys/contrib/openzfs/lib/libzutil/ |
H A D | zutil_import.c | 1275 avl_insert(cache, slice, where); in zpool_find_import_scan_add_slice()
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 5969 avl_insert(&zcb->zcb_brt, zbre, where); in zdb_count_block() 7488 avl_insert(t, zdde, where); in zdb_ddt_add_cb()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_sendrecv.c | 213 avl_insert(fsavl, fn, where); in fsavl_create()
|