Searched refs:dup_iter (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | uio.h | 294 const void *dup_iter(struct iov_iter *new, struct iov_iter *old, gfp_t flags);
|
/openbmc/linux/lib/ |
H A D | iov_iter.c | 1319 const void *dup_iter(struct iov_iter *new, struct iov_iter *old, gfp_t flags) in dup_iter() function 1333 EXPORT_SYMBOL(dup_iter);
|
/openbmc/linux/drivers/usb/gadget/legacy/ |
H A D | inode.c | 616 priv->to_free = dup_iter(&priv->to, to, GFP_KERNEL); in ep_read_iter()
|
/openbmc/linux/fs/smb/client/ |
H A D | file.c | 3758 ctx->bv = (void *)dup_iter(&ctx->iter, from, GFP_KERNEL); in __cifs_writev() 4291 ctx->bv = (void *)dup_iter(&ctx->iter, to, GFP_KERNEL); in __cifs_readv()
|
/openbmc/linux/drivers/vhost/ |
H A D | scsi.c | 752 cmd->saved_iter_addr = dup_iter(&cmd->saved_iter, iter, in vhost_scsi_copy_iov_to_sgl()
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_fs.c | 1237 p->to_free = dup_iter(&p->data, to, GFP_KERNEL); in ffs_epfile_read_iter()
|