Home
last modified time | relevance | path

Searched refs:bth_count (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbtree.c93 for (uint32_t i = hdr->bth_count + 1; i <= BTREE_CORE_ELEMS; in zfs_btree_poison_node()
98 (void) memset(node->btc_elems + hdr->bth_count * size, 0x0f, in zfs_btree_poison_node()
99 (BTREE_CORE_ELEMS - hdr->bth_count) * size); in zfs_btree_poison_node()
104 (hdr->bth_first + hdr->bth_count) * size, 0x0f, in zfs_btree_poison_node()
106 (hdr->bth_first + hdr->bth_count) * size); in zfs_btree_poison_node()
118 ASSERT3U(idx, >=, hdr->bth_count); in zfs_btree_poison_node_at()
247 last_leaf->btl_hdr.bth_count - 1) * size, value); in zfs_btree_find()
256 last_leaf->btl_hdr.bth_count; in zfs_btree_find()
264 last_leaf->btl_hdr.bth_count - 1; in zfs_btree_find()
269 last_leaf->btl_hdr.bth_count - 1) * size); in zfs_btree_find()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dbtree.h82 uint32_t bth_count; member
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2741 uint32_t bth_count; member
2814 while (bwd->bwd_offset == bwd->bwd_node->bth_count) { in btree_walk_step()
2832 for (i = 0; i <= bwd->bwd_node->bth_count; i++) { in btree_walk_step()
2836 if (i > bwd->bwd_node->bth_count) { in btree_walk_step()