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()
634 tree->bt_height++; in zfs_btree_insert_into_parent()
1084 tree->bt_height++; in zfs_btree_add_idx()
1411 tree->bt_height--; in zfs_btree_remove_from_node()
1680 ASSERT0(tree->bt_height); in zfs_btree_remove_idx()
1683 tree->bt_height--; in zfs_btree_remove_idx()
1865 if (tree->bt_height == -1) in zfs_btree_destroy_nodes()
1875 tree->bt_height = -1; in zfs_btree_destroy_nodes()
1907 tree->bt_height = -1; in zfs_btree_clear()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dbtree.h111 int64_t bt_height; member