Searched refs:last_inserted_loc (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/fs/reiserfs/ |
D | lbalance.c | 250 int last_loc, last_inserted_loc, location; in leaf_copy_items_entirely() local 302 last_inserted_loc = ih_location( &(ih[cpy_num-1]) ); in leaf_copy_items_entirely() 305 RFALSE( free_space < j - last_inserted_loc, in leaf_copy_items_entirely() 307 free_space, j - last_inserted_loc); in leaf_copy_items_entirely() 310 dest->b_data + last_loc + j - last_inserted_loc, in leaf_copy_items_entirely() 311 last_inserted_loc - last_loc); in leaf_copy_items_entirely() 314 memcpy (dest->b_data + last_inserted_loc, B_N_PITEM(src,(first + cpy_num - 1)), in leaf_copy_items_entirely() 315 j - last_inserted_loc); in leaf_copy_items_entirely() 319 set_blkh_free_space( blkh, free_space - (j - last_inserted_loc) ); in leaf_copy_items_entirely() 330 put_dc_size( t_dc, dc_size(t_dc) + (j - last_inserted_loc + IH_SIZE * cpy_num ) ); in leaf_copy_items_entirely()
|