Lines Matching defs:test_start
118 u64 start, end, test_start;
186 test_start = SZ_64M;
188 test_start >> PAGE_SHIFT);
194 start = test_start;
202 if (start != test_start || end != max_bytes - 1) {
204 test_start, max_bytes - 1, start, end);
221 test_start = max_bytes + sectorsize;
222 locked_page = find_lock_page(inode->i_mapping, test_start >>
228 start = test_start;
236 if (end != test_start + PAGE_SIZE - 1) {
246 * We are re-using our test_start from above since it works out well.
249 start = test_start;
257 if (start != test_start || end != total_dirty - 1) {
259 test_start, total_dirty - 1, start, end);
284 start = test_start;
298 if (start != test_start && end != test_start + PAGE_SIZE - 1) {
300 test_start, test_start + PAGE_SIZE - 1, start, end);