Searched refs:bt_root (Results 1 – 4 of 4) sorted by relevance
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | btree.c | 349 for (node = (zfs_btree_core_t *)tree->bt_root; depth < tree->bt_height; in zfs_btree_find() 371 (zfs_btree_leaf_t *)tree->bt_root : (zfs_btree_leaf_t *)node); in zfs_btree_find() 668 ASSERT3P(old_node, ==, tree->bt_root); in zfs_btree_insert_into_parent() 684 tree->bt_root = new_root_hdr; in zfs_btree_insert_into_parent() 943 ASSERT3P(tree->bt_root, !=, NULL); in zfs_btree_bulk_finish() 1126 ASSERT0P(tree->bt_root); in zfs_btree_add_idx() 1131 tree->bt_root = &leaf->btl_hdr; in zfs_btree_add_idx() 1198 return (zfs_btree_first_helper(tree, tree->bt_root, where)); in zfs_btree_first() 1236 return (zfs_btree_last_helper(tree, tree->bt_root, where)); in zfs_btree_last() 1454 ASSERT3P(tree->bt_root, ==, node); in zfs_btree_remove_from_node() [all …]
|
| /src/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/ |
| H A D | bt_split.c | 57 static PAGE *bt_root 104 bt_root(t, sp, &l, &r, &skip, ilen) : in __bt_split() 217 bt_root(t, h, &l, &r, &skip, nbytes) : in __bt_split() 444 bt_root(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) in bt_root() function
|
| /src/lib/libc/db/btree/ |
| H A D | bt_split.c | 49 static PAGE *bt_root(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t); 95 bt_root(t, sp, &l, &r, &skip, ilen) : in __bt_split() 207 bt_root(t, h, &l, &r, &skip, nbytes) : in __bt_split() 431 bt_root(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) in bt_root() function
|
| /src/sys/contrib/openzfs/include/sys/ |
| H A D | btree.h | 122 zfs_btree_hdr_t *bt_root; member
|