Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dbtree.c857 zfs_btree_leaf_t *l_neighbor = (zfs_btree_leaf_t *)idx.bti_node; in zfs_btree_bulk_finish() local
860 ASSERT3U(l_neighbor->btl_hdr.bth_count - move_count, >=, in zfs_btree_bulk_finish()
884 bt_transfer_leaf(tree, l_neighbor, l_hdr->bth_count - in zfs_btree_bulk_finish()
891 bmov(l_neighbor->btl_elems + (l_hdr->bth_count - in zfs_btree_bulk_finish()
926 zfs_btree_core_t *l_neighbor = in zfs_btree_bulk_finish() local
929 ASSERT3U(l_neighbor->btc_hdr.bth_count - move_count, >=, in zfs_btree_bulk_finish()
953 uint64_t move_idx = l_neighbor->btc_hdr.bth_count - move_count; in zfs_btree_bulk_finish()
962 bmov(l_neighbor->btc_elems + move_idx * size, separator, size); in zfs_btree_bulk_finish()
964 l_neighbor->btc_hdr.bth_count -= move_count + 1; in zfs_btree_bulk_finish()
967 ASSERT3U(l_neighbor->btc_hdr.bth_count, >=, capacity / 2); in zfs_btree_bulk_finish()
[all …]