Searched refs:bth_count (Results 1 – 2 of 2) sorted by relevance
93 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()283 last_leaf->btl_hdr.bth_count - 1) * size, value); in zfs_btree_find()292 last_leaf->btl_hdr.bth_count; in zfs_btree_find()300 last_leaf->btl_hdr.bth_count - 1; in zfs_btree_find()305 last_leaf->btl_hdr.bth_count - 1) * size); in zfs_btree_find()[all …]
84 uint32_t bth_count; member