Home
last modified time | relevance | path

Searched refs:memcpy_page (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/include/linux/
Dhighmem.h338 static inline void memcpy_page(struct page *dst_page, size_t dst_off, in memcpy_page() function
/linux-6.1.9/fs/hfsplus/
Dbnode.c139 memcpy_page(*dst_page, src, *src_page, src, l); in hfs_bnode_copy()
144 memcpy_page(*++dst_page, 0, *++src_page, 0, l); in hfs_bnode_copy()
/linux-6.1.9/fs/hfs/
Dbnode.c121 memcpy_page(dst_page, dst, src_page, src, len); in hfs_bnode_copy()
/linux-6.1.9/fs/btrfs/
Draid56.c153 memcpy_page(rbio->stripe_sectors[i].page, in cache_rbio_pages()
/linux-6.1.9/fs/f2fs/
Dfile.c1323 memcpy_page(pdst, 0, psrc, 0, PAGE_SIZE); in __clone_blkaddrs()