Searched refs:dest_before (Results 1 – 1 of 1) sorted by relevance
249 int dest_before; in leaf_copy_items_entirely() local275 dest_before = (last_first == LAST_TO_FIRST) ? 0 : nr; in leaf_copy_items_entirely()278 ih = B_N_PITEM_HEAD (dest, dest_before); in leaf_copy_items_entirely()285 memmove (ih + cpy_num, ih, (nr-dest_before) * IH_SIZE); in leaf_copy_items_entirely()294 j = location = (dest_before == 0) ? dest->b_size : ih_location(ih-1); in leaf_copy_items_entirely()295 for (i = dest_before; i < nr + cpy_num; i ++) { in leaf_copy_items_entirely()296 location -= ih_item_len( ih + i - dest_before ); in leaf_copy_items_entirely()297 put_ih_location( ih + i - dest_before, location ); in leaf_copy_items_entirely()301 last_loc = ih_location( &(ih[nr+cpy_num-1-dest_before]) ); in leaf_copy_items_entirely()