Lines Matching defs:dest_pages
116 * @dest_pages: destination array of pages
118 * @dest_index: current index into @dest_pages (IN/OUT)
119 * @dest_ofs: current offset within @dest_pages[@dest_index] (IN/OUT)
120 * @dest_max_index: maximum index into @dest_pages (IN)
121 * @dest_max_ofs: maximum offset within @dest_pages[@dest_max_index] (IN)
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].
136 * When the page @dest_pages[@xpage] is completed, @xpage_done is set to 1.
143 * @xpage_done indicates whether the target page (@dest_pages[@xpage]) was
152 static int ntfs_decompress(struct page *dest_pages[], int completed_pages[],
210 dp = dest_pages[di];
225 dest_pages[di] = NULL;
251 dp = dest_pages[*dest_index];