Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/reiserfs/
H A Dlbalance.c134 static int leaf_copy_boundary_item(struct buffer_info *dest_bi, in leaf_copy_boundary_item() function
549 * the DEST (i = leaf_copy_boundary_item(DEST,SOURCE,0,bytes)) in leaf_copy_items()
551 i = leaf_copy_boundary_item(dest_bi, src, FIRST_TO_LAST, bytes); in leaf_copy_items()
589 * (i = leaf_copy_boundary_item(DEST,SOURCE,1,bytes)); in leaf_copy_items()
591 i = leaf_copy_boundary_item(dest_bi, src, LAST_TO_FIRST, bytes); in leaf_copy_items()
/kernel/linux/linux-6.6/fs/reiserfs/
H A Dlbalance.c134 static int leaf_copy_boundary_item(struct buffer_info *dest_bi, in leaf_copy_boundary_item() function
549 * the DEST (i = leaf_copy_boundary_item(DEST,SOURCE,0,bytes)) in leaf_copy_items()
551 i = leaf_copy_boundary_item(dest_bi, src, FIRST_TO_LAST, bytes); in leaf_copy_items()
589 * (i = leaf_copy_boundary_item(DEST,SOURCE,1,bytes)); in leaf_copy_items()
591 i = leaf_copy_boundary_item(dest_bi, src, LAST_TO_FIRST, bytes); in leaf_copy_items()

Completed in 4 milliseconds