Lines Matching refs:test_start
120 u64 start, end, test_start;
203 test_start = SZ_64M;
205 test_start >> PAGE_SHIFT);
211 start = test_start;
219 if (start != test_start || end != max_bytes - 1) {
221 test_start, max_bytes - 1, start, end);
238 test_start = max_bytes + sectorsize;
239 locked_page = find_lock_page(inode->i_mapping, test_start >>
245 start = test_start;
253 if (end != test_start + PAGE_SIZE - 1) {
263 * We are re-using our test_start from above since it works out well.
266 start = test_start;
274 if (start != test_start || end != total_dirty - 1) {
276 test_start, total_dirty - 1, start, end);
301 start = test_start;
315 if (start != test_start && end != test_start + PAGE_SIZE - 1) {
317 test_start, test_start + PAGE_SIZE - 1, start, end);