Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/zfs/
H A Dbtree.c236 tree->bt_height = -1; in zfs_btree_create_custom()
276 if (tree->bt_height == -1) { in zfs_btree_find()
349 for (node = (zfs_btree_core_t *)tree->bt_root; depth < tree->bt_height; in zfs_btree_find()
683 tree->bt_height++; in zfs_btree_insert_into_parent()
1125 ASSERT3S(tree->bt_height, ==, -1); in zfs_btree_add_idx()
1132 tree->bt_height++; in zfs_btree_add_idx()
1194 if (tree->bt_height == -1) { in zfs_btree_first()
1232 if (tree->bt_height == -1) { in zfs_btree_last()
1251 ASSERT3S(tree->bt_height, ==, -1); in zfs_btree_next_helper()
1338 ASSERT3S(tree->bt_height, ==, -1); in zfs_btree_prev()
[all …]
/src/sys/contrib/openzfs/include/sys/
H A Dbtree.h119 int32_t bt_height; member
/src/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi10811 <var-decl name='bt_height' type-id='3ff5601b' visibility='default'/>