Lines Matching refs:end_index
39 pgoff_t end_index;
100 end_index = endbyte >> PAGE_SHIFT;
103 nrpages = end_index - start_index + 1;
122 end_index = (endbyte >> PAGE_SHIFT);
124 * The page at end_index will be inclusively discarded according
126 * end_index means we will skip the last page. But if endbyte
133 * is unsigned, so the end_index >= start_index
137 if (end_index == 0)
140 end_index--;
143 if (end_index >= start_index) {
158 start_index, end_index,
170 end_index);