Searched refs:FIRST_TO_LAST (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dlbalance.c64 (last_first == FIRST_TO_LAST && le_ih_k_offset(ih) == DOT_OFFSET) ||
105 FIRST_TO_LAST) ? (B_NR_ITEMS(dest) -
112 (last_first == FIRST_TO_LAST) ? (B_NR_ITEMS(dest) - 1) : 0;
116 FIRST_TO_LAST) ? I_ENTRY_COUNT(B_N_PITEM_HEAD(dest,
122 /* Copy the first (if last_first == FIRST_TO_LAST) or last (last_first == LAST_TO_FIRST) item or
137 if (last_first == FIRST_TO_LAST) {
155 leaf_copy_dir_entries(dest_bi, src, FIRST_TO_LAST, 0, 0,
279 * last_first == FIRST_TO_LAST means, that we copy cpy_num items beginning from first-th item in src to tail of dest
294 RFALSE(last_first != LAST_TO_FIRST && last_first != FIRST_TO_LAST,
390 if (last_first == FIRST_TO_LAST) {
[all...]
H A Dibalance.c280 * last_first == FIRST_TO_LAST means, that we copy first items from src to tail of dest
300 RFALSE(last_first != FIRST_TO_LAST && last_first != LAST_TO_FIRST,
371 * last_first == FIRST_TO_LAST means, that we copy/delete first items from src.
385 if (last_first == FIRST_TO_LAST) { /* shift_left occurs */
490 internal_move_pointers_items(&dest_bi, &src_bi, FIRST_TO_LAST,
516 internal_move_pointers_items(&dest_bi, &src_bi, FIRST_TO_LAST,
518 /* internal_move_pointers_items (tb->L[h], tb->S[h], FIRST_TO_LAST, pointer_amount, 1); */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h1418 #define FIRST_TO_LAST 0 macro

Completed in 81 milliseconds