Searched refs:leaf_copy_items_entirely (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/fs/reiserfs/ |
D | lbalance.c | 244 static void leaf_copy_items_entirely (struct buffer_info * dest_bi, struct buffer_head * src, int l… in leaf_copy_items_entirely() function 448 leaf_copy_items_entirely (dest_bi, src, FIRST_TO_LAST, pos, cpy_num); in leaf_copy_items() 451 leaf_copy_items_entirely (dest_bi, src, FIRST_TO_LAST, pos, cpy_num-1); in leaf_copy_items() 474 leaf_copy_items_entirely (dest_bi, src, LAST_TO_FIRST, pos, cpy_num); in leaf_copy_items() 477 leaf_copy_items_entirely (dest_bi, src, LAST_TO_FIRST, pos+1, cpy_num-1); in leaf_copy_items()
|