Home
last modified time | relevance | path

Searched refs:last_inserted_loc (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/fs/reiserfs/
Dlbalance.c290 int last_loc, last_inserted_loc, location; in leaf_copy_items_entirely() local
342 last_inserted_loc = ih_location(&(ih[cpy_num - 1])); in leaf_copy_items_entirely()
345 RFALSE(free_space < j - last_inserted_loc, in leaf_copy_items_entirely()
347 free_space, j - last_inserted_loc); in leaf_copy_items_entirely()
350 dest->b_data + last_loc + j - last_inserted_loc, in leaf_copy_items_entirely()
351 last_inserted_loc - last_loc); in leaf_copy_items_entirely()
354 memcpy(dest->b_data + last_inserted_loc, in leaf_copy_items_entirely()
355 B_N_PITEM(src, (first + cpy_num - 1)), j - last_inserted_loc); in leaf_copy_items_entirely()
359 set_blkh_free_space(blkh, free_space - (j - last_inserted_loc)); in leaf_copy_items_entirely()
371 dc_size(t_dc) + (j - last_inserted_loc + in leaf_copy_items_entirely()