Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dbtree.c525 par_hdr->bth_count++; in zfs_btree_insert_core_impl()
699 hdr->bth_count++; in zfs_btree_insert_leaf_impl()
1017 hdr->bth_count = 0; in zfs_btree_add_idx()
1359 hdr->bth_count--; in zfs_btree_remove_from_node()
1414 l_hdr->bth_count--; in zfs_btree_remove_from_node()
1453 r_hdr->bth_count--; in zfs_btree_remove_from_node()
1515 keep_hdr->bth_count += new_rm_hdr->bth_count; in zfs_btree_remove_from_node()
1608 hdr->bth_count--; in zfs_btree_remove_idx()
1663 l_hdr->bth_count--; in zfs_btree_remove_idx()
1695 r_hdr->bth_count--; in zfs_btree_remove_idx()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dbtree.h80 uint32_t bth_count; member