Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbtree.c186 tree->bt_height = -1; in zfs_btree_create()
226 if (tree->bt_height == -1) { in zfs_btree_find()
299 for (node = (zfs_btree_core_t *)tree->bt_root; depth < tree->bt_height; in zfs_btree_find()
634 tree->bt_height++; in zfs_btree_insert_into_parent()
1076 ASSERT3S(tree->bt_height, ==, -1); in zfs_btree_add_idx()
1084 tree->bt_height++; in zfs_btree_add_idx()
1146 if (tree->bt_height == -1) { in zfs_btree_first()
1184 if (tree->bt_height == -1) { in zfs_btree_last()
1203 ASSERT3S(tree->bt_height, ==, -1); in zfs_btree_next_helper()
1290 ASSERT3S(tree->bt_height, ==, -1); in zfs_btree_prev()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dbtree.h111 int64_t bt_height; member