Searched refs:iov_offset (Results 1 – 16 of 16) sorted by relevance
| /Linux-v5.15/lib/ |
| D | iov_iter.c | 22 size_t skip = i->iov_offset; \ 37 i->iov_offset = skip; \ 43 unsigned skip = i->iov_offset; \ 65 i->iov_offset = skip; \ 73 loff_t start = i->xarray_start + i->iov_offset; \ 107 i->iov_offset += __off; \ 190 skip = i->iov_offset; in copy_page_to_iter_iovec() 253 i->iov_offset = skip; in copy_page_to_iter_iovec() 274 skip = i->iov_offset; in copy_page_from_iter_iovec() 337 i->iov_offset = skip; in copy_page_from_iter_iovec() [all …]
|
| /Linux-v5.15/include/linux/ |
| D | uio.h | 31 size_t iov_offset; member 39 size_t iov_offset; member 66 state->iov_offset = iter->iov_offset; in iov_iter_save_state() 126 .iov_base = iter->iov->iov_base + iter->iov_offset, in iov_iter_iovec() 128 iter->iov->iov_len - iter->iov_offset), in iov_iter_iovec()
|
| /Linux-v5.15/drivers/net/ethernet/google/gve/ |
| D | gve_tx.c | 96 iov[0].iov_offset = fifo->head; in gve_tx_alloc_fifo() 107 iov[1].iov_offset = 0; /* Start of fifo*/ in gve_tx_alloc_fifo() 408 u64 iov_offset, u64 iov_len) in gve_dma_sync_for_device() argument 410 u64 last_page = (iov_offset + iov_len - 1) / PAGE_SIZE; in gve_dma_sync_for_device() 411 u64 first_page = iov_offset / PAGE_SIZE; in gve_dma_sync_for_device() 455 info->iov[hdr_nfrags - 1].iov_offset); in gve_tx_add_skb_copy() 458 tx->tx_fifo.base + info->iov[hdr_nfrags - 1].iov_offset, in gve_tx_add_skb_copy() 461 info->iov[hdr_nfrags - 1].iov_offset, in gve_tx_add_skb_copy() 471 info->iov[i].iov_offset); in gve_tx_add_skb_copy() 474 tx->tx_fifo.base + info->iov[i].iov_offset, in gve_tx_add_skb_copy() [all …]
|
| D | gve.h | 222 u32 iov_offset; /* offset into this segment */ member
|
| /Linux-v5.15/drivers/infiniband/hw/hfi1/ |
| D | user_sdma.c | 710 u64 iov_offset = *iov_offset_ptr; in user_sdma_txadd() local 715 offset = offset_in_page(base + iovec->offset + iov_offset); in user_sdma_txadd() 716 pageidx = (((iovec->offset + iov_offset + base) - (base & PAGE_MASK)) >> in user_sdma_txadd() 727 iov_offset += len; in user_sdma_txadd() 732 iovec->offset += iov_offset; in user_sdma_txadd() 734 iov_offset = 0; in user_sdma_txadd() 739 *iov_offset_ptr = iov_offset; in user_sdma_txadd() 775 u64 iov_offset = 0; in user_sdma_send_pkts() local 875 &queued, &data_sent, &iov_offset); in user_sdma_send_pkts() 888 iovec->offset += iov_offset; in user_sdma_send_pkts()
|
| /Linux-v5.15/net/9p/ |
| D | trans_virtio.c | 351 p = data->kvec->iov_base + data->iov_offset; in p9_get_mapped_pages()
|
| /Linux-v5.15/include/trace/events/ |
| D | afs.h | 965 __entry->offset = msg->msg_iter.xarray_start + msg->msg_iter.iov_offset; 989 __entry->offset = msg->msg_iter.xarray_start + msg->msg_iter.iov_offset;
|
| /Linux-v5.15/block/ |
| D | bio.c | 1040 bio->bi_iter.bi_bvec_done = iter->iov_offset; in __bio_iov_bvec_set()
|
| /Linux-v5.15/fs/ |
| D | splice.c | 317 to.iov_offset = 0; in generic_file_splice_read()
|
| D | io_uring.c | 3011 iter->iov_offset = offset & ~PAGE_MASK; in __io_import_fixed()
|
| /Linux-v5.15/drivers/nvme/host/ |
| D | tcp.c | 201 return req->iter.bvec->bv_offset + req->iter.iov_offset; in nvme_tcp_req_cur_offset() 251 req->iter.iov_offset = offset; in nvme_tcp_init_iter()
|
| /Linux-v5.15/net/ceph/ |
| D | messenger_v2.c | 152 bv.bv_offset = it->bvec->bv_offset + it->iov_offset; in do_try_sendpage() 154 it->bvec->bv_len - it->iov_offset); in do_try_sendpage()
|
| /Linux-v5.15/fs/afs/ |
| D | dir.c | 206 req->iter->iov_offset, iov_iter_count(req->iter)); in afs_dir_dump()
|
| /Linux-v5.15/fs/cifs/ |
| D | file.c | 2999 from->iov_offset, from->count); in cifs_write_from_iter() 3731 direct_iov.iov_offset, in cifs_send_async_read()
|
| /Linux-v5.15/drivers/block/ |
| D | loop.c | 614 iter.iov_offset = offset; in lo_rw_aio()
|
| /Linux-v5.15/fs/fuse/ |
| D | file.c | 1365 return (unsigned long)ii->iov->iov_base + ii->iov_offset; in fuse_get_user_addr()
|