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