Lines Matching refs:dest_index
118 * @dest_index: current index into @dest_pages (IN/OUT)
119 * @dest_ofs: current offset within @dest_pages[@dest_index] (IN/OUT)
133 * destination pages @dest_pages starting at index @dest_index into @dest_pages
134 * and at offset @dest_pos into the page @dest_pages[@dest_index].
153 int *dest_index, int *dest_ofs, const int dest_max_index,
196 (*dest_index == dest_max_index &&
236 if (*dest_index == dest_max_index && do_sb_end > dest_max_ofs)
251 dp = dest_pages[*dest_index];
258 if (!*dest_ofs && (++*dest_index > dest_max_index))
290 completed_pages[nr_completed_pages++] = *dest_index;
291 if (++*dest_index > dest_max_index)