Searched refs:bt_root (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dbtree.c276 for (node = (zfs_btree_core_t *)tree->bt_root; depth < tree->bt_height;
298 (zfs_btree_leaf_t *)tree->bt_root : (zfs_btree_leaf_t *)node);
546 ASSERT3P(old_node, ==, tree->bt_root);
562 tree->bt_root = new_root_hdr;
820 ASSERT3P(tree->bt_root, !=, NULL);
1005 ASSERT3P(tree->bt_root, ==, NULL);
1011 tree->bt_root = &leaf->btl_hdr;
1078 return (zfs_btree_first_helper(tree->bt_root, where));
1115 return (zfs_btree_last_helper(tree, tree->bt_root, where));
1331 ASSERT3P(tree->bt_root,
[all...]
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dbtree.h105 zfs_btree_hdr_t *bt_root; member in struct:btree
/freebsd-13-stable/lib/libc/db/btree/
H A Dbt_split.c55 static PAGE *bt_root(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
101 bt_root(t, sp, &l, &r, &skip, ilen) :
213 bt_root(t, h, &l, &r, &skip, nbytes) :
437 bt_root(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) function

Completed in 131 milliseconds