Searched refs:memcpy_page (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/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.6.21/include/linux/ |
D | highmem.h | 388 static inline void memcpy_page(struct page *dst_page, size_t dst_off, in memcpy_page() function
|
/linux-6.6.21/fs/hfs/ |
D | bnode.c | 121 memcpy_page(dst_page, dst, src_page, src, len); in hfs_bnode_copy()
|
/linux-6.6.21/drivers/block/null_blk/ |
D | main.c | 1157 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()
|
/linux-6.6.21/fs/btrfs/ |
D | raid56.c | 190 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()
|
/linux-6.6.21/net/ceph/ |
D | messenger_v1.c | 1025 memcpy_page(page, off, rpage, off, ret); in read_partial_sparse_msg_extent()
|
D | messenger_v2.c | 1120 memcpy_page(bv.bv_page, bv.bv_offset, in process_v2_sparse_read()
|
/linux-6.6.21/fs/f2fs/ |
D | file.c | 1318 memcpy_page(pdst, 0, psrc, 0, PAGE_SIZE); in __clone_blkaddrs()
|