Home
last modified time | relevance | path

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

/openbmc/linux/fs/hfsplus/
H A 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()
/openbmc/linux/include/linux/
H A Dhighmem.h388 static inline void memcpy_page(struct page *dst_page, size_t dst_off, in memcpy_page() function
/openbmc/linux/fs/hfs/
H A Dbnode.c121 memcpy_page(dst_page, dst, src_page, src, len); in hfs_bnode_copy()
/openbmc/linux/fs/btrfs/
H A Draid56.c190 memcpy_page(rbio->stripe_sectors[i].page, in cache_rbio_pages()
2776 memcpy_page(dst, 0, src, 0, PAGE_SIZE); in raid56_parity_cache_data_pages()
/openbmc/linux/drivers/block/null_blk/
H A Dmain.c1157 memcpy_page(t_page->page, offset, source, off + count, temp); in copy_to_nullb()
1185 memcpy_page(dest, off + count, t_page->page, offset, in copy_from_nullb()
/openbmc/linux/net/ceph/
H A Dmessenger_v1.c1025 memcpy_page(page, off, rpage, off, ret); in read_partial_sparse_msg_extent()
H A Dmessenger_v2.c1120 memcpy_page(bv.bv_page, bv.bv_offset, in process_v2_sparse_read()
/openbmc/linux/fs/f2fs/
H A Dfile.c1314 memcpy_page(pdst, 0, psrc, 0, PAGE_SIZE); in __clone_blkaddrs()