Home
last modified time | relevance | path

Searched refs:bt_height (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbtree.c222 tree->bt_height = -1; in zfs_btree_create_custom()
262 if (tree->bt_height == -1) { in zfs_btree_find()
335 for (node = (zfs_btree_core_t *)tree->bt_root; depth < tree->bt_height; in zfs_btree_find()
669 tree->bt_height++; in zfs_btree_insert_into_parent()
1111 ASSERT3S(tree->bt_height, ==, -1); in zfs_btree_add_idx()
1118 tree->bt_height++; in zfs_btree_add_idx()
1180 if (tree->bt_height == -1) { in zfs_btree_first()
1218 if (tree->bt_height == -1) { in zfs_btree_last()
1237 ASSERT3S(tree->bt_height, ==, -1); in zfs_btree_next_helper()
1324 ASSERT3S(tree->bt_height, ==, -1); in zfs_btree_prev()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dbtree.h118 int32_t bt_height; member