Searched refs:page_snapshot (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/proc/ |
| H A D | page.c | 47 struct page_snapshot ps; in get_kpage_count() 54 &ps.page_snapshot); in get_kpage_count() 149 struct page_snapshot ps; in stable_page_flags() 240 u |= kpf_copy_bit(ps.page_snapshot.flags.f, KPF_HWPOISON, PG_hwpoison); in stable_page_flags()
|
| /linux/mm/ |
| H A D | util.c | 1284 static void set_ps_flags(struct page_snapshot *ps, const struct folio *folio, in set_ps_flags() 1316 void snapshot_page(struct page_snapshot *ps, const struct page *page) in snapshot_page() 1327 memcpy(&ps->page_snapshot, page, sizeof(*page)); in snapshot_page() 1328 info = ps->page_snapshot.compound_info; in snapshot_page() 1331 foliop = (struct folio *)&ps->page_snapshot; in snapshot_page() 1364 clear_compound_head(&ps->page_snapshot); in snapshot_page() 1365 foliop = (struct folio *)&ps->page_snapshot; in snapshot_page()
|
| H A D | debug.c | 132 struct page_snapshot ps; in __dump_page() 138 __dump_folio(&ps.folio_snapshot, &ps.page_snapshot, ps.pfn, ps.idx); in __dump_page()
|
| /linux/include/linux/ |
| H A D | mm.h | 5218 struct page_snapshot { struct 5220 struct page page_snapshot; member 5226 static inline bool snapshot_page_is_faithful(const struct page_snapshot *ps) in snapshot_page_is_faithful() argument 5231 void snapshot_page(struct page_snapshot *ps, const struct page *page);
|