Searched refs:memcpy_page (Results 1 – 7 of 7) sorted by relevance
/linux/fs/hfsplus/ |
H A D | bnode.c | 233 memcpy_page(*dst_page, src, *src_page, src, l); in hfs_bnode_copy() 238 memcpy_page(*++dst_page, 0, *++src_page, 0, l); in hfs_bnode_copy()
|
/linux/include/linux/ |
H A D | highmem.h | 388 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 | 215 memcpy_page(dst_page, dst, src_page, src, len); in hfs_bnode_copy()
|
/linux/drivers/block/null_blk/ |
H A D | main.c | 1151 memcpy_page(t_page->page, offset, source, off + count, temp); in copy_to_nullb() 1179 memcpy_page(dest, off + count, t_page->page, offset, in copy_from_nullb()
|
/linux/fs/btrfs/ |
H A D | raid56.c | 241 memcpy_page(phys_to_page(dst->paddr), offset_in_page(dst->paddr), in memcpy_sectors() 2897 memcpy_page(dst, 0, src, 0, PAGE_SIZE); in raid56_parity_cache_data_pages()
|
/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()
|