Searched refs:page0 (Results 1 – 2 of 2) sorted by relevance
3012 struct page *page0, in alloc_extent_buffer() argument3038 if (page0) { in alloc_extent_buffer()3039 eb->first_page = page0; in alloc_extent_buffer()3042 page_cache_get(page0); in alloc_extent_buffer()3043 mark_page_accessed(page0); in alloc_extent_buffer()3044 set_page_extent_mapped(page0); in alloc_extent_buffer()3045 set_page_extent_head(page0, len); in alloc_extent_buffer()3046 uptodate = PageUptodate(page0); in alloc_extent_buffer()
217 struct page *page0,