Searched refs:memcpy_page (Results 1 – 5 of 5) sorted by relevance
/linux/fs/hfsplus/ |
H 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/include/linux/ |
H A D | highmem.h | 394 static inline void memcpy_page(struct page *dst_page, size_t dst_off, in memcpy_page() function
|
/linux/fs/hfs/ |
H A D | bnode.c | 121 memcpy_page(dst_page, dst, src_page, src, len); in hfs_bnode_copy()
|
/linux/net/ceph/ |
H A D | messenger_v1.c | 1025 memcpy_page(page, off, rpage, off, ret); in read_partial_sparse_msg_extent()
|
H A D | messenger_v2.c | 1116 memcpy_page(bv.bv_page, bv.bv_offset, in process_v2_sparse_read()
|