Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dbtree.c726 new_par_hdr->bth_count = move_count; in zfs_btree_insert_into_parent()
847 move_count++; in zfs_btree_insert_into_leaf()
855 new_hdr->bth_count = move_count; in zfs_btree_insert_into_leaf()
972 for (uint32_t i = 0; i < move_count; i++) { in zfs_btree_bulk_finish()
979 bt_grow_leaf(tree, leaf, 0, move_count); in zfs_btree_bulk_finish()
984 (hdr->bth_first + move_count - 1) * size; in zfs_btree_bulk_finish()
992 (move_count - 1), move_count - 1, leaf, 0); in zfs_btree_bulk_finish()
1003 move_count); in zfs_btree_bulk_finish()
1039 for (uint32_t i = 0; i < move_count; i++) { in zfs_btree_bulk_finish()
1058 move_count--; in zfs_btree_bulk_finish()
[all …]