Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dbtree.c165 tree->bt_height = -1; in zfs_btree_create()
206 if (tree->bt_height == -1) { in zfs_btree_find()
561 tree->bt_height++; in zfs_btree_insert_into_parent()
1012 tree->bt_height++; in zfs_btree_add_idx()
1336 tree->bt_height--; in zfs_btree_remove_from_node()
1611 ASSERT0(tree->bt_height); in zfs_btree_remove_idx()
1614 tree->bt_height--; in zfs_btree_remove_idx()
1813 if (tree->bt_height == -1) in zfs_btree_destroy_nodes()
1823 tree->bt_height = -1; in zfs_btree_destroy_nodes()
1856 tree->bt_height = -1; in zfs_btree_clear()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dbtree.h106 int64_t bt_height; member