Home
last modified time | relevance | path

Searched refs:last_removed_loc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/reiserfs/
H A Dlbalance.c1246 int last_loc, last_removed_loc; in leaf_delete_items_entirely() local
1278 last_removed_loc = ih_location(&ih[del_num - 1]); in leaf_delete_items_entirely()
1280 memmove(bh->b_data + last_loc + j - last_removed_loc, in leaf_delete_items_entirely()
1281 bh->b_data + last_loc, last_removed_loc - last_loc); in leaf_delete_items_entirely()
1290 last_removed_loc)); in leaf_delete_items_entirely()
1295 blkh_free_space(blkh) + (j - last_removed_loc + in leaf_delete_items_entirely()
1304 dc_size(t_dc) - (j - last_removed_loc + in leaf_delete_items_entirely()
/kernel/linux/linux-6.6/fs/reiserfs/
H A Dlbalance.c1246 int last_loc, last_removed_loc; in leaf_delete_items_entirely() local
1278 last_removed_loc = ih_location(&ih[del_num - 1]); in leaf_delete_items_entirely()
1280 memmove(bh->b_data + last_loc + j - last_removed_loc, in leaf_delete_items_entirely()
1281 bh->b_data + last_loc, last_removed_loc - last_loc); in leaf_delete_items_entirely()
1290 last_removed_loc)); in leaf_delete_items_entirely()
1295 blkh_free_space(blkh) + (j - last_removed_loc + in leaf_delete_items_entirely()
1304 dc_size(t_dc) - (j - last_removed_loc + in leaf_delete_items_entirely()

Completed in 4 milliseconds