Lines Matching defs:page
19 struct page **in, **out;
36 /* check if a page is marked as staging */
37 static inline bool z_erofs_page_is_staging(struct page *page)
39 return page->mapping == Z_EROFS_MAPPING_STAGING;
43 struct page *page)
45 if (!z_erofs_page_is_staging(page))
49 if (page_ref_count(page) > 1)
50 put_page(page);
52 list_add(&page->lru, pagepool);