Lines Matching defs:pages
23 struct page *pages[16];
34 ARRAY_SIZE(pages)), pages);
37 !PageLocked(pages[i]))
39 if (flags & PROCESS_UNLOCK && PageLocked(pages[i]))
40 unlock_page(pages[i]);
41 put_page(pages[i]);
43 put_page(pages[i]);
89 * First go through and create and mark all of our pages dirty, we pin
90 * everything to make sure our pages don't get evicted and screw up our
160 test_err("there were unlocked pages in the range");
215 test_err("pages in range were not all locked");
238 * Currently if we fail to find dirty pages in the delalloc range we
256 test_err("pages in range were not all locked");
326 /* Straddling pages test */
335 test_err("setting straddling pages failed");
348 test_err("clearing straddling pages failed");