Home
last modified time | relevance | path

Searched refs:iomap_migrate_page (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/
Diomap.h164 int iomap_migrate_page(struct address_space *mapping, struct page *newpage,
167 #define iomap_migrate_page NULL macro
/Linux-v5.4/fs/iomap/
Dbuffered-io.c487 iomap_migrate_page(struct address_space *mapping, struct page *newpage, in iomap_migrate_page() function
511 EXPORT_SYMBOL_GPL(iomap_migrate_page);
/Linux-v5.4/fs/xfs/
Dxfs_aops.c1198 .migratepage = iomap_migrate_page,