Lines Matching defs:last_first
16 struct buffer_head *source, int last_first,
54 (last_first ==
63 (last_first == FIRST_TO_LAST && le_ih_k_offset(ih) == DOT_OFFSET) ||
64 (last_first == LAST_TO_FIRST
80 if (last_first == LAST_TO_FIRST) {
103 (last_first ==
109 (last_first ==
117 (last_first == FIRST_TO_LAST) ? (B_NR_ITEMS(dest) - 1) : 0;
120 (last_first ==
128 * Copy the first (if last_first == FIRST_TO_LAST) or last
129 * (last_first == LAST_TO_FIRST) item or part of it or nothing
130 * (see the return 0 below) from SOURCE to the end (if last_first)
131 * or beginning (!last_first) of the DEST
135 struct buffer_head *src, int last_first,
152 if (last_first == FIRST_TO_LAST) {
214 /* copy boundary item to right (last_first == LAST_TO_FIRST) */
305 * last_first == FIRST_TO_LAST means, that we copy cpy_num items beginning
307 * last_first == LAST_TO_FIRST means, that we copy cpy_num items beginning
311 struct buffer_head *src, int last_first,
322 RFALSE(last_first != LAST_TO_FIRST && last_first != FIRST_TO_LAST,
323 "vs-10090: bad last_first parameter %d", last_first);
343 * It depends of last_first parameter
345 dest_before = (last_first == LAST_TO_FIRST) ? 0 : nr;
415 struct buffer_head *src, int last_first,
424 if (last_first == FIRST_TO_LAST) {
522 int last_first, int cpy_num, int cpy_bytes)
529 RFALSE(last_first != FIRST_TO_LAST && last_first != LAST_TO_FIRST,
530 "vs-10220:last_first != FIRST_TO_LAST && last_first != LAST_TO_FIRST");
539 if (last_first == FIRST_TO_LAST) {
820 * If last_first == 0. Starting from position 'first' delete del_num-1
823 * If last_first == 1. Starting from position 'first+1' delete del_num-1
827 void leaf_delete_items(struct buffer_info *cur_bi, int last_first,
855 if (last_first == FIRST_TO_LAST) {