Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dbtree.c617 new_par_hdr->bth_count = move_count; in zfs_btree_insert_into_parent()
737 ASSERT3U(capacity - move_count, >=, 2); in zfs_btree_insert_into_leaf()
744 new_hdr->bth_count = move_count; in zfs_btree_insert_into_leaf()
864 for (int i = 0; i < move_count; i++) { in zfs_btree_bulk_finish()
878 move_count--; in zfs_btree_bulk_finish()
885 move_count, move_count, leaf, 0); in zfs_btree_bulk_finish()
895 l_hdr->bth_count -= move_count + 1; in zfs_btree_bulk_finish()
896 hdr->bth_count += move_count + 1; in zfs_btree_bulk_finish()
933 for (int i = 0; i < move_count; i++) { in zfs_btree_bulk_finish()
952 move_count--; in zfs_btree_bulk_finish()
[all …]