Searched refs:copy_page_to_iter (Results 1 - 16 of 16) sorted by relevance

/linux-master/include/linux/
H A Duio.h168 size_t copy_page_to_iter(struct page *page, size_t offset, size_t bytes,
180 return copy_page_to_iter(&folio->page, offset, bytes, i);
/linux-master/mm/
H A Dprocess_vm_access.c45 copied = copy_page_to_iter(page, offset, copy, iter);
H A Dshmem.c2866 ret = copy_page_to_iter(page, offset, nr, to);
2875 ret = copy_page_to_iter(ZERO_PAGE(0), offset, nr, to);
/linux-master/fs/orangefs/
H A Dorangefs-bufmap.c530 n = copy_page_to_iter(page, 0, n, iter);
/linux-master/net/rds/
H A Dmessage.c487 ret = copy_page_to_iter(sg_page(sg), sg->offset + vec_off,
H A Dib_recv.c560 ret = copy_page_to_iter(sg_page(&frag->f_sg),
/linux-master/fs/fuse/
H A Dioctl.c336 c = copy_page_to_iter(ap.pages[i], 0, PAGE_SIZE, &ii);
/linux-master/block/
H A Dblk-map.c87 ret = copy_page_to_iter(bvec->bv_page,
/linux-master/lib/
H A Diov_iter.c349 size_t copy_page_to_iter(struct page *page, size_t offset, size_t bytes, function
376 EXPORT_SYMBOL(copy_page_to_iter); variable
/linux-master/fs/
H A Dpipe.c327 written = copy_page_to_iter(buf->page, buf->offset, chars, to);
H A Dsplice.c1498 int n = copy_page_to_iter(buf->page, buf->offset, sd->len, sd->u.data);
/linux-master/net/core/
H A Dskmsg.c437 copy = copy_page_to_iter(page, sge->offset, copy, iter);
457 /* Lets not optimize peek case if copy_page_to_iter
/linux-master/fs/ceph/
H A Dfile.c1152 copied = copy_page_to_iter(pages[idx++],
2162 ret = copy_page_to_iter(page,
/linux-master/drivers/vhost/
H A Dscsi.c529 if (copy_page_to_iter(page, 0, len, iter) != len) {
/linux-master/fs/smb/client/
H A Dsmb2ops.c4471 n = copy_page_to_iter(page, skip, len, iter);
/linux-master/fs/btrfs/
H A Dinode.c10143 if (copy_page_to_iter(pages[i], page_offset, bytes,

Completed in 323 milliseconds