Home
last modified time | relevance | path

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

/linux-4.19.296/fs/reiserfs/
Dlbalance.c317 int last_loc, last_inserted_loc, location; in leaf_copy_items_entirely() local
372 last_inserted_loc = ih_location(&ih[cpy_num - 1]); in leaf_copy_items_entirely()
375 RFALSE(free_space < j - last_inserted_loc, in leaf_copy_items_entirely()
377 free_space, j - last_inserted_loc); in leaf_copy_items_entirely()
380 dest->b_data + last_loc + j - last_inserted_loc, in leaf_copy_items_entirely()
381 last_inserted_loc - last_loc); in leaf_copy_items_entirely()
384 memcpy(dest->b_data + last_inserted_loc, in leaf_copy_items_entirely()
386 j - last_inserted_loc); in leaf_copy_items_entirely()
390 set_blkh_free_space(blkh, free_space - (j - last_inserted_loc)); in leaf_copy_items_entirely()
402 dc_size(t_dc) + (j - last_inserted_loc + in leaf_copy_items_entirely()