Searched refs:last_removed_loc (Results 1 – 1 of 1) sorted by relevance
1058 int last_loc, last_removed_loc; in leaf_delete_items_entirely() local1089 last_removed_loc = ih_location( &(ih[del_num-1]) ); in leaf_delete_items_entirely()1091 memmove (bh->b_data + last_loc + j - last_removed_loc, in leaf_delete_items_entirely()1092 bh->b_data + last_loc, last_removed_loc - last_loc); in leaf_delete_items_entirely()1099 put_ih_location( &(ih[i-first]), ih_location( &(ih[i-first]) ) + (j - last_removed_loc) ); in leaf_delete_items_entirely()1103 set_blkh_free_space( blkh, blkh_free_space(blkh) + (j - last_removed_loc + IH_SIZE * del_num) ); in leaf_delete_items_entirely()1110 (j - last_removed_loc + IH_SIZE * del_num)); in leaf_delete_items_entirely()