Searched refs:old_pages (Results 1 – 2 of 2) sorted by relevance
392 struct page **old_pages = b->bm_pages; in bm_realloc_pages() local397 BUG_ON(have == 0 && old_pages != NULL); in bm_realloc_pages()398 BUG_ON(have != 0 && old_pages == NULL); in bm_realloc_pages()401 return old_pages; in bm_realloc_pages()420 new_pages[i] = old_pages[i]; in bm_realloc_pages()435 new_pages[i] = old_pages[i]; in bm_realloc_pages()
395 struct dpages old_pages = *dp; in dispatch_io() local407 *dp = old_pages; in dispatch_io()