Lines Matching refs:old_page
2485 struct page *old_page = vmf->page; in wp_page_copy() local
2506 cow_user_page(new_page, old_page, vmf->address, vma); in wp_page_copy()
2521 if (old_page) { in wp_page_copy()
2522 if (!PageAnon(old_page)) { in wp_page_copy()
2524 mm_counter_file(old_page)); in wp_page_copy()
2550 if (old_page) { in wp_page_copy()
2573 page_remove_rmap(old_page, false); in wp_page_copy()
2577 new_page = old_page; in wp_page_copy()
2588 if (old_page) { in wp_page_copy()
2594 lock_page(old_page); /* LRU manipulation */ in wp_page_copy()
2595 if (PageMlocked(old_page)) in wp_page_copy()
2596 munlock_vma_page(old_page); in wp_page_copy()
2597 unlock_page(old_page); in wp_page_copy()
2599 put_page(old_page); in wp_page_copy()
2605 if (old_page) in wp_page_copy()
2606 put_page(old_page); in wp_page_copy()