/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | bnode.c | 130 struct page **src_page, **dst_page; in hfs_bnode_copy() local 140 dst_page = dst_node->page + (dst >> PAGE_SHIFT); in hfs_bnode_copy() 145 memcpy(kmap(*dst_page) + src, kmap(*src_page) + src, l); in hfs_bnode_copy() 147 set_page_dirty(*dst_page); in hfs_bnode_copy() 148 kunmap(*dst_page); in hfs_bnode_copy() 152 memcpy(kmap(*++dst_page), kmap(*++src_page), l); in hfs_bnode_copy() 154 set_page_dirty(*dst_page); in hfs_bnode_copy() 155 kunmap(*dst_page); in hfs_bnode_copy() 162 dst_ptr = kmap(*dst_page) + dst; in hfs_bnode_copy() 175 set_page_dirty(*dst_page); in hfs_bnode_copy() 187 struct page **src_page, **dst_page; hfs_bnode_move() local [all...] |
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | bnode.c | 124 struct page **src_page, **dst_page; in hfs_bnode_copy() local 134 dst_page = dst_node->page + (dst >> PAGE_SHIFT); in hfs_bnode_copy() 139 memcpy_page(*dst_page, src, *src_page, src, l); in hfs_bnode_copy() 140 set_page_dirty(*dst_page); in hfs_bnode_copy() 144 memcpy_page(*++dst_page, 0, *++src_page, 0, l); in hfs_bnode_copy() 145 set_page_dirty(*dst_page); in hfs_bnode_copy() 151 dst_ptr = kmap_local_page(*dst_page) + dst; in hfs_bnode_copy() 165 set_page_dirty(*dst_page); in hfs_bnode_copy() 168 dst_page++; in hfs_bnode_copy() 177 struct page **src_page, **dst_page; in hfs_bnode_move() local [all...] |
/kernel/linux/linux-5.10/arch/arm/lib/ |
H A D | uaccess_with_memcpy.c | 237 struct page *src_page, *dst_page; 246 dst_page = alloc_page(GFP_KERNEL); 247 if (!dst_page) 250 user_ptr = vmap(&dst_page, 1, VM_IOREMAP, __pgprot(__P010)); 280 put_page(dst_page);
|
/kernel/linux/linux-6.6/arch/arm/lib/ |
H A D | uaccess_with_memcpy.c | 230 struct page *src_page, *dst_page; 239 dst_page = alloc_page(GFP_KERNEL); 240 if (!dst_page) 243 user_ptr = vmap(&dst_page, 1, VM_IOREMAP, __pgprot(__PAGE_COPY)); 273 put_page(dst_page);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_blit.c | 366 u32 dst_page = dst_offset >> PAGE_SHIFT; in vmw_bo_cpu_blit_line() local 370 bool unmap_dst = d->dst_addr && dst_page != d->mapped_dst; in vmw_bo_cpu_blit_line() 388 if (WARN_ON_ONCE(dst_page >= d->dst_num_pages)) in vmw_bo_cpu_blit_line() 392 kmap_atomic_prot(d->dst_pages[dst_page], in vmw_bo_cpu_blit_line() 397 d->mapped_dst = dst_page; in vmw_bo_cpu_blit_line()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_blit.c | 366 u32 dst_page = dst_offset >> PAGE_SHIFT; in vmw_bo_cpu_blit_line() local 370 bool unmap_dst = d->dst_addr && dst_page != d->mapped_dst; in vmw_bo_cpu_blit_line() 388 if (WARN_ON_ONCE(dst_page >= d->dst_num_pages)) in vmw_bo_cpu_blit_line() 392 kmap_atomic_prot(d->dst_pages[dst_page], in vmw_bo_cpu_blit_line() 397 d->mapped_dst = dst_page; in vmw_bo_cpu_blit_line()
|
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | bnode.c | 116 struct page *src_page, *dst_page; in hfs_bnode_copy() local 124 dst_page = dst_node->page[0]; in hfs_bnode_copy() 126 memcpy(kmap(dst_page) + dst, kmap(src_page) + src, len); in hfs_bnode_copy() 128 kunmap(dst_page); in hfs_bnode_copy() 129 set_page_dirty(dst_page); in hfs_bnode_copy()
|
/kernel/linux/linux-6.6/fs/hfs/ |
H A D | bnode.c | 111 struct page *src_page, *dst_page; in hfs_bnode_copy() local 119 dst_page = dst_node->page[0]; in hfs_bnode_copy() 121 memcpy_page(dst_page, dst, src_page, src, len); in hfs_bnode_copy() 122 set_page_dirty(dst_page); in hfs_bnode_copy()
|
/kernel/linux/linux-5.10/drivers/hyperhold/ |
H A D | hp_device.h | 36 struct page *dst_page, struct page *src_page, unsigned int op);
|
H A D | hp_device.c | 91 int soft_crypt_page(struct crypto_skcipher *ctfm, struct page *dst_page, in soft_crypt_page() argument 112 sg_set_page(&dst, dst_page, PAGE_SIZE, 0); in soft_crypt_page()
|
/kernel/linux/linux-6.6/drivers/hyperhold/ |
H A D | hp_device.h | 36 struct page *dst_page, struct page *src_page, unsigned int op);
|
H A D | hp_device.c | 97 int soft_crypt_page(struct crypto_skcipher *ctfm, struct page *dst_page, in soft_crypt_page() argument 118 sg_set_page(&dst, dst_page, PAGE_SIZE, 0); in soft_crypt_page()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | highmem.h | 388 static inline void memcpy_page(struct page *dst_page, size_t dst_off, in memcpy_page() argument 392 char *dst = kmap_local_page(dst_page); in memcpy_page()
|
/kernel/linux/linux-5.10/fs/ecryptfs/ |
H A D | crypto.c | 367 * @dst_page: The page to write the result into 377 struct page *dst_page, in crypt_extent() 381 pgoff_t page_index = op == ENCRYPT ? src_page->index : dst_page->index; in crypt_extent() 403 sg_set_page(&dst_sg, dst_page, extent_size, in crypt_extent() 376 crypt_extent(struct ecryptfs_crypt_stat *crypt_stat, struct page *dst_page, struct page *src_page, unsigned long extent_offset, int op) crypt_extent() argument
|
/kernel/linux/linux-6.6/fs/ecryptfs/ |
H A D | crypto.c | 341 * @dst_page: The page to write the result into 351 struct page *dst_page, in crypt_extent() 355 pgoff_t page_index = op == ENCRYPT ? src_page->index : dst_page->index; in crypt_extent() 377 sg_set_page(&dst_sg, dst_page, extent_size, in crypt_extent() 350 crypt_extent(struct ecryptfs_crypt_stat *crypt_stat, struct page *dst_page, struct page *src_page, unsigned long extent_offset, int op) crypt_extent() argument
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | node.c | 118 struct page *dst_page; in get_next_nat_page() local 130 dst_page = f2fs_grab_meta_page(sbi, dst_off); in get_next_nat_page() 134 dst_addr = page_address(dst_page); in get_next_nat_page() 136 set_page_dirty(dst_page); in get_next_nat_page() 141 return dst_page; in get_next_nat_page()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | node.c | 141 struct page *dst_page; in get_next_nat_page() local 153 dst_page = f2fs_grab_meta_page(sbi, dst_off); in get_next_nat_page() 157 dst_addr = page_address(dst_page); in get_next_nat_page() 159 set_page_dirty(dst_page); in get_next_nat_page() 164 return dst_page; in get_next_nat_page()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-integrity.c | 826 struct page *dst_page; in xor_journal() local 840 dst_page = target_pl[pl_index].page; in xor_journal() 844 async_xor(dst_page, src_pages, pl_offset, 2, this_step, &submit); in xor_journal()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | extent_io.c | 6004 static void copy_pages(struct page *dst_page, struct page *src_page, in copy_pages() argument 6008 char *dst_kaddr = page_address(dst_page); in copy_pages() 6012 if (dst_page != src_page) { in copy_pages()
|
/kernel/linux/linux-5.10/mm/ |
H A D | memory.c | 5360 long copy_huge_page_from_user(struct page *dst_page, in copy_huge_page_from_user() argument 5369 struct page *subpage = dst_page; in copy_huge_page_from_user() 5372 i++, subpage = mem_map_next(subpage, dst_page, i)) { in copy_huge_page_from_user()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-integrity.c | 920 struct page *dst_page; in xor_journal() local 935 dst_page = target_pl[pl_index].page; in xor_journal() 939 async_xor(dst_page, src_pages, pl_offset, 2, this_step, &submit); in xor_journal()
|
/kernel/linux/linux-6.6/mm/ |
H A D | memory.c | 6065 struct page *dst_page; in copy_user_gigantic_page() local 6069 dst_page = folio_page(dst, i); in copy_user_gigantic_page() 6073 if (copy_mc_user_highpage(dst_page, src_page, in copy_user_gigantic_page()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | mm.h | 3153 extern long copy_huge_page_from_user(struct page *dst_page,
|