Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dbtree.c526 hdr->bth_count += n; in bt_grow_leaf()
550 hdr->bth_count -= n; in bt_shrink_leaf()
624 par_hdr->bth_count); in zfs_btree_insert_core_impl()
634 par_hdr->bth_count++; in zfs_btree_insert_core_impl()
1123 hdr->bth_count = 0; in zfs_btree_add_idx()
1468 hdr->bth_count--; in zfs_btree_remove_from_node()
1522 l_hdr->bth_count--; in zfs_btree_remove_from_node()
1559 r_hdr->bth_count--; in zfs_btree_remove_from_node()
1612 keep_hdr->bth_count++; in zfs_btree_remove_from_node()
1621 keep_hdr->bth_count += new_rm_hdr->bth_count; in zfs_btree_remove_from_node()
[all …]
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dbtree.h84 uint32_t bth_count; member