Home
last modified time | relevance | path

Searched refs:LAST_TO_FIRST (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/reiserfs/
Dlbalance.c55 LAST_TO_FIRST) ? ((B_NR_ITEMS(dest)) ? 0 : -1) : (B_NR_ITEMS(dest) in leaf_copy_dir_entries()
64 (last_first == LAST_TO_FIRST in leaf_copy_dir_entries()
80 if (last_first == LAST_TO_FIRST) { in leaf_copy_dir_entries()
104 LAST_TO_FIRST) ? 0 : B_NR_ITEMS(dest), in leaf_copy_dir_entries()
235 leaf_copy_dir_entries(dest_bi, src, LAST_TO_FIRST, in leaf_copy_boundary_item()
322 RFALSE(last_first != LAST_TO_FIRST && last_first != FIRST_TO_LAST, in leaf_copy_items_entirely()
345 dest_before = (last_first == LAST_TO_FIRST) ? 0 : nr; in leaf_copy_items_entirely()
465 leaf_copy_dir_entries(dest_bi, src, LAST_TO_FIRST, in leaf_item_bottle()
529 RFALSE(last_first != FIRST_TO_LAST && last_first != LAST_TO_FIRST, in leaf_copy_items()
591 i = leaf_copy_boundary_item(dest_bi, src, LAST_TO_FIRST, bytes); in leaf_copy_items()
[all …]
Dibalance.c318 RFALSE(last_first != FIRST_TO_LAST && last_first != LAST_TO_FIRST, in internal_copy_pointers_items()
336 (last_first == LAST_TO_FIRST) ? (dest_order = 0, src_order = in internal_copy_pointers_items()
599 internal_move_pointers_items(&dest_bi, &src_bi, LAST_TO_FIRST, in internal_shift_right()
624 internal_move_pointers_items(&dest_bi, &src_bi, LAST_TO_FIRST, in internal_shift1_right()
1069 LAST_TO_FIRST, snum, 0); in balance_internal()
1082 LAST_TO_FIRST, in balance_internal()
1103 LAST_TO_FIRST, in balance_internal()
Dreiserfs.h2585 #define LAST_TO_FIRST 1 macro