| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_tuxera | 98 iov_iter_advance
|
| H A D | abi_gki_aarch64_asus | 114 iov_iter_advance
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-map.c | 218 iov_iter_advance(iter, bio->bi_iter.bi_size); in bio_copy_user_iov() 296 iov_iter_advance(iter, added); in bio_map_user_iov()
|
| H A D | bio.c | 978 iov_iter_advance(iter, size); in __bio_iov_bvec_add_pages() 1043 iov_iter_advance(iter, size); in __bio_iov_iter_get_pages() 1088 iov_iter_advance(iter, size - left); in __bio_iov_append_get_pages()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | iov_iter.c | 809 iov_iter_advance(i, bytes); in _copy_from_iter_full() 888 iov_iter_advance(i, bytes); in _copy_from_iter_full_nocache() 1077 void iov_iter_advance(struct iov_iter *i, size_t size) in iov_iter_advance() function 1089 EXPORT_SYMBOL(iov_iter_advance); 1528 iov_iter_advance(i, bytes); in csum_and_copy_from_iter_full()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | tap.c | 647 iov_iter_advance(from, vnet_hdr_len - sizeof(vnet_hdr)); in tap_get_user() 675 iov_iter_advance(&i, copylen); in tap_get_user() 791 iov_iter_advance(iter, vnet_hdr_len - sizeof(vnet_hdr)); in tap_put_user()
|
| H A D | tun.c | 1798 iov_iter_advance(from, vnet_hdr_sz - sizeof(gso)); in tun_get_user() 1821 iov_iter_advance(&i, copylen); in tun_get_user() 2083 iov_iter_advance(iter, vnet_hdr_sz - sizeof(gso)); in tun_put_user_xdp() 2158 iov_iter_advance(iter, vnet_hdr_sz - sizeof(gso)); in tun_put_user()
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | socklib.c | 209 iov_iter_advance(&msg->msg_iter, seek); in xprt_sendmsg()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | uio.h | 130 void iov_iter_advance(struct iov_iter *i, size_t bytes);
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | direct.c | 375 iov_iter_advance(iter, bytes); in nfs_direct_read_schedule_iovec() 823 iov_iter_advance(iter, bytes); in nfs_direct_write_schedule_iovec()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | misc.c | 849 iov_iter_advance(iter, count); in setup_aio_ctx_iter() 888 iov_iter_advance(iter, rc); in setup_aio_ctx_iter()
|
| H A D | file.c | 2959 iov_iter_advance(from, cur_len); in cifs_write_from_iter() 3047 iov_iter_advance(from, offset - saved_offset); in cifs_write_from_iter() 3111 iov_iter_advance(&tmp_from, in collect_uncached_write_data() 3658 iov_iter_advance(&direct_iov, offset - ctx->pos); in cifs_send_async_read() 3695 iov_iter_advance(&direct_iov, cur_len); in cifs_send_async_read()
|
| /OK3568_Linux_fs/kernel/arch/s390/hypfs/ |
| H A D | inode.c | 198 iov_iter_advance(from, count); in hypfs_write_iter()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | algif_hash.c | 109 iov_iter_advance(&msg->msg_iter, len); in hash_sendmsg()
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | file.c | 103 iov_iter_advance(iter, bytes); in __iter_get_bvecs() 1121 iov_iter_advance(&i, rc); in ceph_aio_complete_req() 1346 iov_iter_advance(&i, ret); in ceph_direct_read_write() 1832 iov_iter_advance(from, written); in ceph_write_iter()
|
| /OK3568_Linux_fs/kernel/drivers/vhost/ |
| H A D | net.c | 613 iov_iter_advance(iter, hdr_size); in init_iov_iter() 1199 iov_iter_advance(&msg.msg_iter, vhost_hlen); in handle_rx() 1224 iov_iter_advance(&fixup, sizeof(hdr)); in handle_rx()
|
| H A D | scsi.c | 668 iov_iter_advance(iter, bytes); in vhost_scsi_map_to_sgl() 1038 iov_iter_advance(&in_iter, vc.rsp_size); in vhost_scsi_handle_vq() 1077 iov_iter_advance(&data_iter, prot_bytes); in vhost_scsi_handle_vq()
|
| /OK3568_Linux_fs/kernel/net/rds/ |
| H A D | message.c | 408 iov_iter_advance(from, copied); in rds_message_zcopy_from_user()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | splice.c | 318 iov_iter_advance(&to, 0); /* to free what was emitted */ in generic_file_splice_read() 1183 iov_iter_advance(from, ret); in iter_to_pipe()
|
| H A D | direct-io.c | 196 iov_iter_advance(sdio->iter, ret); in dio_refill_pages()
|
| /OK3568_Linux_fs/kernel/net/9p/ |
| H A D | trans_virtio.c | 349 iov_iter_advance(data, 0); in p9_get_mapped_pages()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | datagram.c | 640 iov_iter_advance(from, copied); in __zerocopy_sg_from_iter()
|
| /OK3568_Linux_fs/kernel/fs/ntfs/ |
| H A D | file.c | 1703 iov_iter_advance(&data, copied); in ntfs_copy_from_user_iter() 1899 iov_iter_advance(i, copied); in ntfs_perform_write()
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | mem.c | 693 iov_iter_advance(from, count); in write_iter_null()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | madvise.c | 1256 iov_iter_advance(&iter, iovec.iov_len); in SYSCALL_DEFINE5()
|