Home
last modified time | relevance | path

Searched refs:copy_highpage (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/fs/cachefiles/
Drdwr.c178 copy_highpage(monitor->netfs_page, monitor->back_page); in cachefiles_read_copier()
341 copy_highpage(netpage, backpage); in cachefiles_read_backing_file_one()
624 copy_highpage(netpage, backpage); in cachefiles_read_backing_file()
/linux-3.4.99/include/linux/
Dhighmem.h283 static inline void copy_highpage(struct page *to, struct page *from) in copy_highpage() function
/linux-3.4.99/fs/nilfs2/
Dpage.c238 copy_highpage(dst, src); in nilfs_copy_page()
/linux-3.4.99/mm/
Dmigrate.c425 copy_highpage(newpage, page); in migrate_page_copy()
Dhugetlb.c484 copy_highpage(dst, src); in copy_gigantic_page()
505 copy_highpage(dst + i, src + i); in copy_huge_page()
/linux-3.4.99/kernel/
Dkexec.c756 copy_highpage(page, old_page); in kimage_alloc_page()
/linux-3.4.99/fs/fuse/
Dfile.c1292 copy_highpage(tmp_page, page); in fuse_writepage_locked()