Searched refs:l_neighbor (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | btree.c | 965 zfs_btree_leaf_t *l_neighbor = (zfs_btree_leaf_t *)idx.bti_node; in zfs_btree_bulk_finish() local 968 ASSERT3U(l_neighbor->btl_hdr.bth_count - move_count, >=, in zfs_btree_bulk_finish() 991 bt_transfer_leaf(tree, l_neighbor, l_hdr->bth_count - in zfs_btree_bulk_finish() 998 bcpy(l_neighbor->btl_elems + (l_hdr->bth_first + in zfs_btree_bulk_finish() 1002 bt_shrink_leaf(tree, l_neighbor, l_hdr->bth_count - move_count, in zfs_btree_bulk_finish() 1032 zfs_btree_core_t *l_neighbor = in zfs_btree_bulk_finish() local 1035 ASSERT3U(l_neighbor->btc_hdr.bth_count - move_count, >=, in zfs_btree_bulk_finish() 1059 uint32_t move_idx = l_neighbor->btc_hdr.bth_count - move_count; in zfs_btree_bulk_finish() 1060 bt_transfer_core(tree, l_neighbor, move_idx, move_count, cur, 0, in zfs_btree_bulk_finish() 1068 bcpy(l_neighbor->btc_elems + move_idx * size, separator, size); in zfs_btree_bulk_finish() [all …]
|