Lines Matching refs:old_page
2490 struct page *old_page = vmf->page; in wp_page_copy() local
2511 cow_user_page(new_page, old_page, vmf->address, vma); in wp_page_copy()
2526 if (old_page) { in wp_page_copy()
2527 if (!PageAnon(old_page)) { in wp_page_copy()
2529 mm_counter_file(old_page)); in wp_page_copy()
2555 if (old_page) { in wp_page_copy()
2578 page_remove_rmap(old_page, false); in wp_page_copy()
2582 new_page = old_page; in wp_page_copy()
2597 if (old_page) { in wp_page_copy()
2603 lock_page(old_page); /* LRU manipulation */ in wp_page_copy()
2604 if (PageMlocked(old_page)) in wp_page_copy()
2605 munlock_vma_page(old_page); in wp_page_copy()
2606 unlock_page(old_page); in wp_page_copy()
2608 put_page(old_page); in wp_page_copy()
2614 if (old_page) in wp_page_copy()
2615 put_page(old_page); in wp_page_copy()