Lines Matching defs:l_neighbor
965 zfs_btree_leaf_t *l_neighbor = (zfs_btree_leaf_t *)idx.bti_node;
968 ASSERT3U(l_neighbor->btl_hdr.bth_count - move_count, >=,
991 bt_transfer_leaf(tree, l_neighbor, l_hdr->bth_count -
998 bcpy(l_neighbor->btl_elems + (l_hdr->bth_first +
1002 bt_shrink_leaf(tree, l_neighbor, l_hdr->bth_count - move_count,
1032 zfs_btree_core_t *l_neighbor =
1035 ASSERT3U(l_neighbor->btc_hdr.bth_count - move_count, >=,
1059 uint32_t move_idx = l_neighbor->btc_hdr.bth_count - move_count;
1060 bt_transfer_core(tree, l_neighbor, move_idx, move_count, cur, 0,
1068 bcpy(l_neighbor->btc_elems + move_idx * size, separator, size);
1070 l_neighbor->btc_hdr.bth_count -= move_count + 1;
1073 ASSERT3U(l_neighbor->btc_hdr.bth_count, >=, capacity / 2);
1076 zfs_btree_poison_node(tree, &l_neighbor->btc_hdr);