Searched refs:bt_root (Results 1 – 2 of 2) sorted by relevance
562 tree->bt_root = new_root_hdr; in zfs_btree_insert_into_parent()820 ASSERT3P(tree->bt_root, !=, NULL); in zfs_btree_bulk_finish()1005 ASSERT3P(tree->bt_root, ==, NULL); in zfs_btree_add_idx()1011 tree->bt_root = &leaf->btl_hdr; in zfs_btree_add_idx()1331 ASSERT3P(tree->bt_root, ==, node); in zfs_btree_remove_from_node()1613 tree->bt_root = NULL; in zfs_btree_remove_idx()1618 if (tree->bt_root != NULL) in zfs_btree_remove_idx()1822 tree->bt_root = NULL; in zfs_btree_destroy_nodes()1847 if (tree->bt_root == NULL) { in zfs_btree_clear()1854 tree->bt_root = NULL; in zfs_btree_clear()[all …]
105 zfs_btree_hdr_t *bt_root; member