Searched refs:bt_root (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | btree.c | 670 tree->bt_root = new_root_hdr; in zfs_btree_insert_into_parent() 929 ASSERT3P(tree->bt_root, !=, NULL); in zfs_btree_bulk_finish() 1112 ASSERT3P(tree->bt_root, ==, NULL); in zfs_btree_add_idx() 1117 tree->bt_root = &leaf->btl_hdr; in zfs_btree_add_idx() 1440 ASSERT3P(tree->bt_root, ==, node); in zfs_btree_remove_from_node() 1716 tree->bt_root = NULL; in zfs_btree_remove_idx() 1908 tree->bt_root = NULL; in zfs_btree_destroy_nodes() 1932 if (tree->bt_root == NULL) { in zfs_btree_clear() 1939 tree->bt_root = NULL; in zfs_btree_clear() 1949 ASSERT3P(tree->bt_root, ==, NULL); in zfs_btree_destroy() [all …]
|
| /freebsd-14.2/lib/libc/db/btree/ |
| H A D | bt_split.c | 52 static PAGE *bt_root(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t); 98 bt_root(t, sp, &l, &r, &skip, ilen) : in __bt_split() 210 bt_root(t, h, &l, &r, &skip, nbytes) : in __bt_split() 434 bt_root(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) in bt_root() function
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | btree.h | 121 zfs_btree_hdr_t *bt_root; member
|