Searched refs:memcpy_to_page (Results 1 – 9 of 9) sorted by relevance
| /linux/include/linux/ |
| A D | bvec.h | 218 memcpy_to_page(bvec->bv_page, bvec->bv_offset, from, bvec->bv_len); in memcpy_to_bvec()
|
| A D | highmem.h | 347 static inline void memcpy_to_page(struct page *page, size_t offset, in memcpy_to_page() function
|
| /linux/fs/ext4/ |
| A D | verity.c | 87 memcpy_to_page(page, offset_in_page(pos), buf, n); in pagecache_write()
|
| /linux/fs/btrfs/ |
| A D | zlib.c | 430 memcpy_to_page(dest_page, pg_offset, in zlib_decompress()
|
| A D | zstd.c | 688 memcpy_to_page(dest_page, pg_offset, in zstd_decompress()
|
| A D | reflink.c | 111 memcpy_to_page(page, offset_in_page(file_offset), data_start, in copy_inline_to_page()
|
| A D | compression.c | 1470 memcpy_to_page(bvec.bv_page, bvec.bv_offset, in btrfs_decompress_buf2page()
|
| /linux/lib/ |
| A D | iov_iter.c | 611 memcpy_to_page(pipe->bufs[i_head & p_mask].page, off, addr, chunk); in copy_pipe_to_iter()
|
| /linux/drivers/block/ |
| A D | floppy.c | 2488 memcpy_to_page(bv.bv_page, bv.bv_offset, dma_buffer, in copy_buffer()
|
Completed in 36 milliseconds