Searched refs:FIRST_TO_LAST (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | lbalance.c | 63 (last_first == FIRST_TO_LAST && le_ih_k_offset(ih) == DOT_OFFSET) || in leaf_copy_dir_entries() 110 FIRST_TO_LAST) ? (B_NR_ITEMS(dest) - in leaf_copy_dir_entries() 117 (last_first == FIRST_TO_LAST) ? (B_NR_ITEMS(dest) - 1) : 0; in leaf_copy_dir_entries() 121 FIRST_TO_LAST) ? ih_entry_count(item_head(dest, in leaf_copy_dir_entries() 128 * Copy the first (if last_first == FIRST_TO_LAST) or last 152 if (last_first == FIRST_TO_LAST) { in leaf_copy_boundary_item() 168 leaf_copy_dir_entries(dest_bi, src, FIRST_TO_LAST, 0, 0, in leaf_copy_boundary_item() 305 * last_first == FIRST_TO_LAST means, that we copy cpy_num items beginning 322 RFALSE(last_first != LAST_TO_FIRST && last_first != FIRST_TO_LAST, in leaf_copy_items_entirely() 424 if (last_first == FIRST_TO_LAST) { in leaf_item_bottle() [all...] |
H A D | ibalance.c | 293 * last_first == FIRST_TO_LAST means that we copy first items 318 RFALSE(last_first != FIRST_TO_LAST && last_first != LAST_TO_FIRST, in internal_copy_pointers_items() 391 * last_first == FIRST_TO_LAST means, that we copy/delete first items from src. 405 if (last_first == FIRST_TO_LAST) { /* shift_left occurs */ in internal_move_pointers_items() 523 internal_move_pointers_items(&dest_bi, &src_bi, FIRST_TO_LAST, in internal_shift_left() 550 internal_move_pointers_items(&dest_bi, &src_bi, FIRST_TO_LAST, in internal_shift1_left()
|
H A D | reiserfs.h | 2584 #define FIRST_TO_LAST 0 macro
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | lbalance.c | 63 (last_first == FIRST_TO_LAST && le_ih_k_offset(ih) == DOT_OFFSET) || in leaf_copy_dir_entries() 110 FIRST_TO_LAST) ? (B_NR_ITEMS(dest) - in leaf_copy_dir_entries() 117 (last_first == FIRST_TO_LAST) ? (B_NR_ITEMS(dest) - 1) : 0; in leaf_copy_dir_entries() 121 FIRST_TO_LAST) ? ih_entry_count(item_head(dest, in leaf_copy_dir_entries() 128 * Copy the first (if last_first == FIRST_TO_LAST) or last 152 if (last_first == FIRST_TO_LAST) { in leaf_copy_boundary_item() 168 leaf_copy_dir_entries(dest_bi, src, FIRST_TO_LAST, 0, 0, in leaf_copy_boundary_item() 305 * last_first == FIRST_TO_LAST means, that we copy cpy_num items beginning 322 RFALSE(last_first != LAST_TO_FIRST && last_first != FIRST_TO_LAST, in leaf_copy_items_entirely() 424 if (last_first == FIRST_TO_LAST) { in leaf_item_bottle() [all...] |
H A D | ibalance.c | 293 * last_first == FIRST_TO_LAST means that we copy first items 318 RFALSE(last_first != FIRST_TO_LAST && last_first != LAST_TO_FIRST, in internal_copy_pointers_items() 391 * last_first == FIRST_TO_LAST means, that we copy/delete first items from src. 405 if (last_first == FIRST_TO_LAST) { /* shift_left occurs */ in internal_move_pointers_items() 523 internal_move_pointers_items(&dest_bi, &src_bi, FIRST_TO_LAST, in internal_shift_left() 550 internal_move_pointers_items(&dest_bi, &src_bi, FIRST_TO_LAST, in internal_shift1_left()
|
H A D | reiserfs.h | 2581 #define FIRST_TO_LAST 0 macro
|
Completed in 23 milliseconds