/kernel/linux/linux-5.10/include/linux/ |
D | balloon_compaction.h | 58 int (*migratepage)(struct balloon_dev_info *, struct page *newpage, member 77 balloon->migratepage = NULL; in balloon_devinfo_init()
|
/kernel/linux/linux-5.10/mm/ |
D | balloon_compaction.c | 250 return balloon->migratepage(balloon, newpage, page, mode); in balloon_page_migrate() 254 .migratepage = balloon_page_migrate,
|
D | migrate.c | 973 else if (mapping->a_ops->migratepage) in move_to_new_page() 981 rc = mapping->a_ops->migratepage(mapping, newpage, in move_to_new_page() 998 rc = mapping->a_ops->migratepage(mapping, newpage, in move_to_new_page()
|
D | swap_state.c | 35 .migratepage = migrate_page,
|
D | z3fold.c | 1707 .migratepage = z3fold_page_migrate,
|
D | compaction.c | 1576 static struct page *compaction_alloc(struct page *migratepage, in compaction_alloc() argument
|
D | zsmalloc.c | 2120 .migratepage = zs_page_migrate,
|
/kernel/linux/linux-5.10/Documentation/vm/ |
D | page_migration.rst | 184 2. ``int (*migratepage) (struct address_space *mapping,`` 187 After isolation, VM calls migratepage() of driver with the isolated page. 188 The function of migratepage() is to move the contents of the old page to the 199 Driver shouldn't touch the page.lru field while in the migratepage() function.
|
/kernel/linux/linux-5.10/fs/ntfs/ |
D | aops.c | 1659 .migratepage = buffer_migrate_page, 1673 .migratepage = buffer_migrate_page, 1690 .migratepage = buffer_migrate_page,
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
D | cmm.c | 574 b_dev_info.migratepage = cmm_migratepage; in cmm_balloon_compaction_init()
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_aops.c | 639 .migratepage = iomap_migrate_page,
|
/kernel/linux/linux-5.10/fs/gfs2/ |
D | aops.c | 792 .migratepage = iomap_migrate_page,
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | file.c | 535 .migratepage = nfs_migrate_page,
|
/kernel/linux/linux-5.10/fs/ext2/ |
D | inode.c | 972 .migratepage = buffer_migrate_page, 986 .migratepage = buffer_migrate_page,
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | locking.rst | 257 int (*migratepage)(struct address_space *, struct page *, struct page *); 285 migratepage: yes (both)
|
/kernel/linux/linux-5.10/drivers/virtio/ |
D | virtio_balloon.c | 918 vb->vb_dev_info.migratepage = virtballoon_migratepage; in virtballoon_probe()
|
/kernel/linux/linux-5.10/drivers/misc/ |
D | vmw_balloon.c | 1902 b->b_dev_info.migratepage = vmballoon_migratepage; in vmballoon_compaction_init()
|
/kernel/linux/linux-5.10/fs/ubifs/ |
D | file.c | 1656 .migratepage = ubifs_migrate_page,
|
/kernel/linux/linux-5.10/fs/hugetlbfs/ |
D | inode.c | 1159 .migratepage = hugetlbfs_migrate_page,
|
/kernel/linux/linux-5.10/fs/zonefs/ |
D | super.c | 228 .migratepage = iomap_migrate_page,
|
/kernel/linux/linux-5.10/fs/ |
D | block_dev.c | 1981 .migratepage = buffer_migrate_page_norefs,
|
D | aio.c | 461 .migratepage = aio_migratepage,
|
/kernel/linux/linux-5.10/fs/f2fs/ |
D | checkpoint.c | 474 .migratepage = f2fs_migrate_page,
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
D | aops.c | 2482 .migratepage = buffer_migrate_page,
|
/kernel/linux/linux-5.10/fs/ext4/ |
D | inode.c | 3665 .migratepage = buffer_migrate_page, 3700 .migratepage = buffer_migrate_page,
|