Searched refs:old_pages (Results 1 – 2 of 2) sorted by relevance
380 struct page **old_pages = b->bm_pages; in bm_realloc_pages() local385 BUG_ON(have == 0 && old_pages != NULL); in bm_realloc_pages()386 BUG_ON(have != 0 && old_pages == NULL); in bm_realloc_pages()389 return old_pages; in bm_realloc_pages()408 new_pages[i] = old_pages[i]; in bm_realloc_pages()423 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()