Searched refs:memcpy_page (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | highmem.h | 362 static inline void memcpy_page(struct page *dst_page, size_t dst_off, in memcpy_page() function
|
/linux-6.3-rc2/fs/hfsplus/ |
A D | bnode.c | 139 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.3-rc2/fs/hfs/ |
A D | bnode.c | 121 memcpy_page(dst_page, dst, src_page, src, len); in hfs_bnode_copy()
|
/linux-6.3-rc2/fs/btrfs/ |
A D | raid56.c | 190 memcpy_page(rbio->stripe_sectors[i].page, in cache_rbio_pages()
|
/linux-6.3-rc2/fs/f2fs/ |
A D | file.c | 1320 memcpy_page(pdst, 0, psrc, 0, PAGE_SIZE); in __clone_blkaddrs()
|
Completed in 16 milliseconds