Home
last modified time | relevance | path

Searched refs:avl_index_t (Results 1 – 25 of 32) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Davl.h130 typedef uintptr_t avl_index_t; typedef
175 extern void *avl_find(avl_tree_t *tree, const void *node, avl_index_t *where);
183 extern void avl_insert(avl_tree_t *tree, void *node, avl_index_t where);
242 extern void *avl_nearest(avl_tree_t *tree, avl_index_t where, int direction);
H A Davl_impl.h138 #define AVL_MKINDEX(n, c) ((avl_index_t)(n) | (c))
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dunique.c77 avl_index_t idx; in unique_insert()
H A Dzfs_rlock.c162 avl_index_t where; in zfs_rangelock_enter_writer()
312 zfs_locked_range_t *prev, avl_index_t where) in zfs_rangelock_add_reader()
407 avl_index_t where; in zfs_rangelock_enter_reader()
H A Ddsl_deadlist.c447 avl_index_t where; in dsl_deadlist_insert()
749 avl_index_t where; in dsl_deadlist_space_range()
788 avl_index_t where; in dsl_deadlist_insert_bpobj()
872 avl_index_t where; in dsl_deadlist_move_bpobj()
H A Dzfs_fuid.c178 avl_index_t loc; in zfs_fuid_idx_domain()
298 avl_index_t loc; in zfs_fuid_find_by_domain()
H A Dspa_errlog.c98 avl_index_t where; in spa_log_error()
H A Dvdev_cache.c338 avl_index_t where; in vdev_cache_write()
H A Dzil.c180 avl_index_t where; in zil_bp_tree_add()
1045 avl_index_t where; in zil_lwb_add_block()
1090 avl_index_t where; in zil_lwb_flush_defer()
1894 avl_index_t where; in zil_remove_async()
1982 avl_index_t where; in zil_itx_assign()
2108 avl_index_t where; in zil_async_to_sync()
H A Dzap_micro.c308 avl_index_t idx; in mze_find()
333 avl_index_t idx; in mze_find_unused_cd()
370 avl_index_t idx; in mze_canfit_fzap_leaf()
1584 avl_index_t idx; in zap_cursor_retrieve()
H A Dspa_misc.c574 avl_index_t where; in spa_lookup()
952 avl_index_t where; in spa_aux_add()
972 avl_index_t where; in spa_aux_remove()
1016 avl_index_t where; in spa_aux_activate()
H A Dsa.c411 avl_index_t loc; in sa_add_layout_entry()
466 avl_index_t loc; in sa_find_layout()
1179 avl_index_t loc; in sa_attr_iter()
1699 avl_index_t loc; in sa_find_idx_tab()
H A Dddt.c675 avl_index_t where; in ddt_lookup()
931 avl_index_t where; in ddt_repair_done()
H A Ddsl_crypt.c639 avl_index_t where; in spa_keystore_dsl_key_hold_dd()
709 avl_index_t where; in spa_keystore_load_wkey_impl()
992 avl_index_t where; in spa_keystore_create_mapping()
1503 avl_index_t where; in spa_keystore_change_key_sync()
H A Ddsl_deleg.c487 avl_index_t idx; in dsl_load_sets()
H A Ddsl_scan.c1166 avl_index_t where; in scan_ds_queue_insert()
1561 avl_index_t idx; in dsl_scan_prefetch()
2867 avl_index_t idx; in scan_io_queue_gather()
3856 avl_index_t idx; in scan_io_queue_insert_impl()
4241 avl_index_t idx; in dsl_scan_freed_dva()
H A Ddsl_bookmark.c1290 avl_index_t idx; in dsl_bookmark_ds_destroyed()
1417 avl_index_t idx; in dsl_bookmark_next_changed()
H A Dvdev_queue.c868 avl_index_t idx; in vdev_queue_io_to_issue()
H A Ddmu_objset.c1867 avl_index_t idx; in userquota_update_cache()
/f-stack/freebsd/contrib/openzfs/module/avl/
H A Davl.c230 avl_nearest(avl_tree_t *tree, avl_index_t where, int direction) in avl_nearest()
259 avl_find(avl_tree_t *tree, const void *value, avl_index_t *where) in avl_find()
486 avl_insert(avl_tree_t *tree, void *new_data, avl_index_t where) in avl_insert()
639 avl_index_t where = 0; in avl_add()
/f-stack/freebsd/contrib/openzfs/lib/libzutil/os/freebsd/
H A Dzutil_import_os.c190 avl_index_t where; in zpool_find_import_blkid()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/btree_test/
H A Dbtree_test.c225 avl_index_t avl_idx = {0}; in drain_tree()
312 avl_index_t avl_idx = {0}; in stress_tree()
/f-stack/freebsd/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_import_os.c193 avl_index_t where; in zpool_open_func()
329 avl_index_t where; in zpool_find_import_blkid()
/f-stack/freebsd/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c1049 avl_index_t where; in zpool_find_import_scan_add_slice()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c773 avl_index_t where; in acevals_find()

12