Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbtree.c930 zfs_btree_leaf_t *l_neighbor = (zfs_btree_leaf_t *)idx.bti_node; in zfs_btree_bulk_finish() local
933 ASSERT3U(l_neighbor->btl_hdr.bth_count - move_count, >=, in zfs_btree_bulk_finish()
956 bt_transfer_leaf(tree, l_neighbor, l_hdr->bth_count - in zfs_btree_bulk_finish()
963 bcpy(l_neighbor->btl_elems + (l_hdr->bth_first + in zfs_btree_bulk_finish()
967 bt_shrink_leaf(tree, l_neighbor, l_hdr->bth_count - move_count, in zfs_btree_bulk_finish()
997 zfs_btree_core_t *l_neighbor = in zfs_btree_bulk_finish() local
1000 ASSERT3U(l_neighbor->btc_hdr.bth_count - move_count, >=, in zfs_btree_bulk_finish()
1024 uint32_t move_idx = l_neighbor->btc_hdr.bth_count - move_count; in zfs_btree_bulk_finish()
1025 bt_transfer_core(tree, l_neighbor, move_idx, move_count, cur, 0, in zfs_btree_bulk_finish()
1033 bcpy(l_neighbor->btc_elems + move_idx * size, separator, size); in zfs_btree_bulk_finish()
[all …]