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()409 new_pages[i] = old_pages[i]; in bm_realloc_pages()424 new_pages[i] = old_pages[i]; in bm_realloc_pages()
367 struct dpages old_pages = *dp; in dispatch_io() local379 *dp = old_pages; in dispatch_io()