Home
last modified time | relevance | path

Searched refs:migratepage (Results 1 – 25 of 34) sorted by relevance

12

/Linux-v5.15/include/linux/
Dballoon_compaction.h58 int (*migratepage)(struct balloon_dev_info *, struct page *newpage, member
77 balloon->migratepage = NULL; in balloon_devinfo_init()
/Linux-v5.15/mm/
Dballoon_compaction.c250 return balloon->migratepage(balloon, newpage, page, mode); in balloon_page_migrate()
254 .migratepage = balloon_page_migrate,
Dsecretmem.c157 .migratepage = secretmem_migratepage,
Dmigrate.c897 else if (mapping->a_ops->migratepage) in move_to_new_page()
905 rc = mapping->a_ops->migratepage(mapping, newpage, in move_to_new_page()
922 rc = mapping->a_ops->migratepage(mapping, newpage, in move_to_new_page()
Dswap_state.c35 .migratepage = migrate_page,
Dz3fold.c1692 .migratepage = z3fold_page_migrate,
Dcompaction.c1652 static struct page *compaction_alloc(struct page *migratepage, in compaction_alloc() argument
Dzsmalloc.c2080 .migratepage = zs_page_migrate,
/Linux-v5.15/Documentation/vm/
Dpage_migration.rst184 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.
/Linux-v5.15/fs/ntfs/
Daops.c1659 .migratepage = buffer_migrate_page,
1673 .migratepage = buffer_migrate_page,
1690 .migratepage = buffer_migrate_page,
/Linux-v5.15/fs/xfs/
Dxfs_aops.c552 .migratepage = iomap_migrate_page,
/Linux-v5.15/arch/powerpc/platforms/pseries/
Dcmm.c574 b_dev_info.migratepage = cmm_migratepage; in cmm_balloon_compaction_init()
/Linux-v5.15/block/
Dfops.c386 .migratepage = buffer_migrate_page_norefs,
/Linux-v5.15/fs/gfs2/
Daops.c787 .migratepage = iomap_migrate_page,
/Linux-v5.15/fs/nfs/
Dfile.c528 .migratepage = nfs_migrate_page,
/Linux-v5.15/fs/ext2/
Dinode.c974 .migratepage = buffer_migrate_page,
989 .migratepage = buffer_migrate_page,
/Linux-v5.15/drivers/virtio/
Dvirtio_balloon.c918 vb->vb_dev_info.migratepage = virtballoon_migratepage; in virtballoon_probe()
/Linux-v5.15/Documentation/filesystems/
Dlocking.rst263 int (*migratepage)(struct address_space *, struct page *, struct page *);
291 migratepage: yes (both)
/Linux-v5.15/drivers/misc/
Dvmw_balloon.c1897 b->b_dev_info.migratepage = vmballoon_migratepage; in vmballoon_compaction_init()
/Linux-v5.15/fs/ubifs/
Dfile.c1652 .migratepage = ubifs_migrate_page,
/Linux-v5.15/fs/hugetlbfs/
Dinode.c1147 .migratepage = hugetlbfs_migrate_page,
/Linux-v5.15/fs/zonefs/
Dsuper.c191 .migratepage = iomap_migrate_page,
/Linux-v5.15/fs/f2fs/
Dcheckpoint.c461 .migratepage = f2fs_migrate_page,
/Linux-v5.15/fs/
Daio.c455 .migratepage = aio_migratepage,
/Linux-v5.15/fs/ocfs2/
Daops.c2466 .migratepage = buffer_migrate_page,

12