Lines Matching defs:btree
19 #include <sys/btree.h>
27 * called. Primarily used for debugging when extending the btree logic and
257 * membership test or if the btree is being used as a map.
372 * kinds of shifts used in btree operation. First, a shift is a movement of
410 * any btree operations, so we ignore them.
1192 zfs_btree_last_helper(zfs_btree_t *btree, zfs_btree_hdr_t *hdr,
1208 btree->bt_elem_size);
1882 * function has been called, no other btree operations are valid until it
2103 panic("btree: compar returned %d (expected 1) at "
2123 panic("btree: compar returned %d (expected -1) at "
2212 "Enable btree verification. Levels above 4 require ZFS be built "