Searched refs:src_order (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | ibalance.c | 309 int dest_order, src_order; in internal_copy_pointers_items() local 335 /*src_order = (last_first == LAST_TO_FIRST) ? (nr_src - cpy_num + 1) : 0; */ in internal_copy_pointers_items() 336 (last_first == LAST_TO_FIRST) ? (dest_order = 0, src_order = in internal_copy_pointers_items() 339 src_order = in internal_copy_pointers_items() 348 memcpy(dc, B_N_CHILD(src, src_order), DC_SIZE * cpy_num); in internal_copy_pointers_items() 357 memcpy(key, internal_key(src, src_order), KEY_SIZE * (cpy_num - 1)); in internal_copy_pointers_items()
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | ibalance.c | 309 int dest_order, src_order; in internal_copy_pointers_items() local 335 /*src_order = (last_first == LAST_TO_FIRST) ? (nr_src - cpy_num + 1) : 0; */ in internal_copy_pointers_items() 336 (last_first == LAST_TO_FIRST) ? (dest_order = 0, src_order = in internal_copy_pointers_items() 339 src_order = in internal_copy_pointers_items() 348 memcpy(dc, B_N_CHILD(src, src_order), DC_SIZE * cpy_num); in internal_copy_pointers_items() 357 memcpy(key, internal_key(src, src_order), KEY_SIZE * (cpy_num - 1)); in internal_copy_pointers_items()
|
Completed in 3 milliseconds