Searched refs:last_inserted_loc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | lbalance.c | 317 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() [all...] |
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | lbalance.c | 317 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() [all...] |
Completed in 3 milliseconds