Searched refs:LAST_TO_FIRST (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/fs/reiserfs/ |
D | lbalance.c | 59 LAST_TO_FIRST) ? ((B_NR_ITEMS(dest)) ? 0 : -1) : (B_NR_ITEMS(dest) in leaf_copy_dir_entries() 65 (last_first == LAST_TO_FIRST in leaf_copy_dir_entries() 81 if (last_first == LAST_TO_FIRST) { in leaf_copy_dir_entries() 99 LAST_TO_FIRST) ? 0 : B_NR_ITEMS(dest), in leaf_copy_dir_entries() 213 leaf_copy_dir_entries(dest_bi, src, LAST_TO_FIRST, in leaf_copy_boundary_item() 295 RFALSE(last_first != LAST_TO_FIRST && last_first != FIRST_TO_LAST, in leaf_copy_items_entirely() 315 dest_before = (last_first == LAST_TO_FIRST) ? 0 : nr; in leaf_copy_items_entirely() 424 leaf_copy_dir_entries(dest_bi, src, LAST_TO_FIRST, in leaf_item_bottle() 483 RFALSE(last_first != FIRST_TO_LAST && last_first != LAST_TO_FIRST, in leaf_copy_items() 529 i = leaf_copy_boundary_item(dest_bi, src, LAST_TO_FIRST, bytes); in leaf_copy_items() [all …]
|
D | ibalance.c | 300 RFALSE(last_first != FIRST_TO_LAST && last_first != LAST_TO_FIRST, in internal_copy_pointers_items() 318 (last_first == LAST_TO_FIRST) ? (dest_order = 0, src_order = in internal_copy_pointers_items() 558 internal_move_pointers_items(&dest_bi, &src_bi, LAST_TO_FIRST, in internal_shift_right() 582 internal_move_pointers_items(&dest_bi, &src_bi, LAST_TO_FIRST, in internal_shift1_right() 1004 LAST_TO_FIRST, snum, 0); in balance_internal() 1015 LAST_TO_FIRST, in balance_internal() 1034 LAST_TO_FIRST, in balance_internal()
|
/linux-2.6.39/include/linux/ |
D | reiserfs_fs.h | 1583 #define LAST_TO_FIRST 1 macro
|