Lines Matching defs:test_start
69 u64 start, end, test_start;
137 test_start = SZ_64M;
139 test_start >> PAGE_SHIFT);
145 start = test_start;
153 if (start != test_start || end != max_bytes - 1) {
155 test_start, max_bytes - 1, start, end);
172 test_start = max_bytes + sectorsize;
173 locked_page = find_lock_page(inode->i_mapping, test_start >>
179 start = test_start;
197 * We are re-using our test_start from above since it works out well.
200 start = test_start;
208 if (start != test_start || end != total_dirty - 1) {
210 test_start, total_dirty - 1, start, end);
235 start = test_start;
249 if (start != test_start && end != test_start + PAGE_SIZE - 1) {
251 test_start, test_start + PAGE_SIZE - 1, start, end);