/openbmc/linux/io_uring/ |
H A D | rw.c | diff de4f5fed3f231a8ff4790bf52975f847b95b85ea Wed Mar 29 09:52:15 CDT 2023 Jens Axboe <axboe@kernel.dk> iov_iter: add iter_iovec() helper
This returns a pointer to the current iovec entry in the iterator. Only useful with ITER_IOVEC right now, but it prepares us to treat ITER_UBUF and ITER_IOVEC identically for the first segment.
Rename struct iov_iter->iov to iov_iter->__iov to find any potentially troublesome spots, and also to prevent anyone from adding new code that accesses iter->iov directly.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | net.c | diff de4f5fed3f231a8ff4790bf52975f847b95b85ea Wed Mar 29 09:52:15 CDT 2023 Jens Axboe <axboe@kernel.dk> iov_iter: add iter_iovec() helper
This returns a pointer to the current iovec entry in the iterator. Only useful with ITER_IOVEC right now, but it prepares us to treat ITER_UBUF and ITER_IOVEC identically for the first segment.
Rename struct iov_iter->iov to iov_iter->__iov to find any potentially troublesome spots, and also to prevent anyone from adding new code that accesses iter->iov directly.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | file_ops.c | diff de4f5fed3f231a8ff4790bf52975f847b95b85ea Wed Mar 29 09:52:15 CDT 2023 Jens Axboe <axboe@kernel.dk> iov_iter: add iter_iovec() helper
This returns a pointer to the current iovec entry in the iterator. Only useful with ITER_IOVEC right now, but it prepares us to treat ITER_UBUF and ITER_IOVEC identically for the first segment.
Rename struct iov_iter->iov to iov_iter->__iov to find any potentially troublesome spots, and also to prevent anyone from adding new code that accesses iter->iov directly.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_file_ops.c | diff de4f5fed3f231a8ff4790bf52975f847b95b85ea Wed Mar 29 09:52:15 CDT 2023 Jens Axboe <axboe@kernel.dk> iov_iter: add iter_iovec() helper
This returns a pointer to the current iovec entry in the iterator. Only useful with ITER_IOVEC right now, but it prepares us to treat ITER_UBUF and ITER_IOVEC identically for the first segment.
Rename struct iov_iter->iov to iov_iter->__iov to find any potentially troublesome spots, and also to prevent anyone from adding new code that accesses iter->iov directly.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/openbmc/linux/include/linux/ |
H A D | uio.h | diff de4f5fed3f231a8ff4790bf52975f847b95b85ea Wed Mar 29 09:52:15 CDT 2023 Jens Axboe <axboe@kernel.dk> iov_iter: add iter_iovec() helper
This returns a pointer to the current iovec entry in the iterator. Only useful with ITER_IOVEC right now, but it prepares us to treat ITER_UBUF and ITER_IOVEC identically for the first segment.
Rename struct iov_iter->iov to iov_iter->__iov to find any potentially troublesome spots, and also to prevent anyone from adding new code that accesses iter->iov directly.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/openbmc/linux/block/ |
H A D | blk-map.c | diff de4f5fed3f231a8ff4790bf52975f847b95b85ea Wed Mar 29 09:52:15 CDT 2023 Jens Axboe <axboe@kernel.dk> iov_iter: add iter_iovec() helper
This returns a pointer to the current iovec entry in the iterator. Only useful with ITER_IOVEC right now, but it prepares us to treat ITER_UBUF and ITER_IOVEC identically for the first segment.
Rename struct iov_iter->iov to iov_iter->__iov to find any potentially troublesome spots, and also to prevent anyone from adding new code that accesses iter->iov directly.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/openbmc/linux/lib/ |
H A D | iov_iter.c | diff de4f5fed3f231a8ff4790bf52975f847b95b85ea Wed Mar 29 09:52:15 CDT 2023 Jens Axboe <axboe@kernel.dk> iov_iter: add iter_iovec() helper
This returns a pointer to the current iovec entry in the iterator. Only useful with ITER_IOVEC right now, but it prepares us to treat ITER_UBUF and ITER_IOVEC identically for the first segment.
Rename struct iov_iter->iov to iov_iter->__iov to find any potentially troublesome spots, and also to prevent anyone from adding new code that accesses iter->iov directly.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/openbmc/linux/drivers/vhost/ |
H A D | scsi.c | diff de4f5fed3f231a8ff4790bf52975f847b95b85ea Wed Mar 29 09:52:15 CDT 2023 Jens Axboe <axboe@kernel.dk> iov_iter: add iter_iovec() helper
This returns a pointer to the current iovec entry in the iterator. Only useful with ITER_IOVEC right now, but it prepares us to treat ITER_UBUF and ITER_IOVEC identically for the first segment.
Rename struct iov_iter->iov to iov_iter->__iov to find any potentially troublesome spots, and also to prevent anyone from adding new code that accesses iter->iov directly.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/openbmc/linux/sound/core/ |
H A D | pcm_native.c | diff de4f5fed3f231a8ff4790bf52975f847b95b85ea Wed Mar 29 09:52:15 CDT 2023 Jens Axboe <axboe@kernel.dk> iov_iter: add iter_iovec() helper
This returns a pointer to the current iovec entry in the iterator. Only useful with ITER_IOVEC right now, but it prepares us to treat ITER_UBUF and ITER_IOVEC identically for the first segment.
Rename struct iov_iter->iov to iov_iter->__iov to find any potentially troublesome spots, and also to prevent anyone from adding new code that accesses iter->iov directly.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/openbmc/linux/fs/fuse/ |
H A D | file.c | diff de4f5fed3f231a8ff4790bf52975f847b95b85ea Wed Mar 29 09:52:15 CDT 2023 Jens Axboe <axboe@kernel.dk> iov_iter: add iter_iovec() helper
This returns a pointer to the current iovec entry in the iterator. Only useful with ITER_IOVEC right now, but it prepares us to treat ITER_UBUF and ITER_IOVEC identically for the first segment.
Rename struct iov_iter->iov to iov_iter->__iov to find any potentially troublesome spots, and also to prevent anyone from adding new code that accesses iter->iov directly.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/openbmc/linux/fs/btrfs/ |
H A D | file.c | diff de4f5fed3f231a8ff4790bf52975f847b95b85ea Wed Mar 29 09:52:15 CDT 2023 Jens Axboe <axboe@kernel.dk> iov_iter: add iter_iovec() helper
This returns a pointer to the current iovec entry in the iterator. Only useful with ITER_IOVEC right now, but it prepares us to treat ITER_UBUF and ITER_IOVEC identically for the first segment.
Rename struct iov_iter->iov to iov_iter->__iov to find any potentially troublesome spots, and also to prevent anyone from adding new code that accesses iter->iov directly.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/openbmc/linux/drivers/net/ |
H A D | tun.c | diff de4f5fed3f231a8ff4790bf52975f847b95b85ea Wed Mar 29 09:52:15 CDT 2023 Jens Axboe <axboe@kernel.dk> iov_iter: add iter_iovec() helper
This returns a pointer to the current iovec entry in the iterator. Only useful with ITER_IOVEC right now, but it prepares us to treat ITER_UBUF and ITER_IOVEC identically for the first segment.
Rename struct iov_iter->iov to iov_iter->__iov to find any potentially troublesome spots, and also to prevent anyone from adding new code that accesses iter->iov directly.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
|