Symbol: dump_page
drivers/virtio/virtio_mem.c
1278
dump_page(page, "fake-offline page referenced");
fs/btrfs/subpage.c
802
dump_page(folio_page(folio, 0), "btrfs folio state dump");
fs/btrfs/tree-checker.c
1070
dump_page(folio_page(eb->folios[0], 0), "eb page dump");
fs/btrfs/tree-checker.c
1343
dump_page(folio_page(eb->folios[0], 0), "eb page dump");
fs/btrfs/tree-checker.c
157
dump_page(folio_page(eb->folios[0], 0), "eb page dump");
fs/btrfs/tree-checker.c
673
dump_page(folio_page(eb->folios[0], 0), "eb page dump");
fs/btrfs/tree-checker.c
68
dump_page(folio_page(eb->folios[0], 0), "eb page dump");
fs/btrfs/tree-checker.c
96
dump_page(folio_page(eb->folios[0], 0), "eb page dump");
fs/coredump.c
1342
struct page *dump_page;
fs/coredump.c
1345
dump_page = dump_page_alloc();
fs/coredump.c
1346
if (!dump_page)
fs/coredump.c
1373
int stop = !dump_emit_page(cprm, dump_page_copy(page, dump_page));
fs/coredump.c
1397
dump_page_free(dump_page);
fs/fuse/dev.c
967
dump_page(&folio->page, "fuse: trying to steal weird page");
include/linux/mmdebug.h
14
void dump_page(const struct page *page, const char *reason);
include/linux/mmdebug.h
25
dump_page(page, "VM_BUG_ON_PAGE(" __stringify(cond)")");\
include/linux/mmdebug.h
32
dump_page(&folio->page, "VM_BUG_ON_FOLIO(" __stringify(cond)")");\
include/linux/mmdebug.h
54
dump_page(page, "VM_WARN_ON_PAGE(" __stringify(cond)")");\
include/linux/mmdebug.h
64
dump_page(page, "VM_WARN_ON_ONCE_PAGE(" __stringify(cond)")");\
include/linux/mmdebug.h
74
dump_page(&folio->page, "VM_WARN_ON_FOLIO(" __stringify(cond)")");\
include/linux/mmdebug.h
84
dump_page(&folio->page, "VM_WARN_ON_ONCE_FOLIO(" __stringify(cond)")");\
mm/debug.c
151
EXPORT_SYMBOL(dump_page);
mm/filemap.c
159
dump_page(&folio->page, "still mapped when deleted");
mm/gup_test.c
56
dump_page(&folio->page, "gup_test failure");
mm/gup_test.c
62
dump_page(&folio->page, "gup_test failure");
mm/gup_test.c
95
dump_page(pages[index_to_dump],
mm/kasan/report.c
410
dump_page(page, "kasan: bad access detected");
mm/memory.c
616
dump_page(page, "bad page map");
mm/memory_hotplug.c
1837
dump_page(page, "isolation failed");
mm/memory_hotplug.c
1873
dump_page(&folio->page,
mm/page_alloc.c
673
dump_page(page, reason);
mm/page_alloc.c
6838
dump_page(page, "migration failure");
mm/page_isolation.c
217
dump_page(unmovable, "unmovable page");
mm/page_poison.c
73
dump_page(page, "pagealloc: corrupted page details");
mm/slub.c
6394
dump_page(page, "Not a kmalloc allocation");
mm/vmalloc.c
117
dump_page(page, "remapping already mapped page");