Home
last modified time | relevance | path

Searched defs:iov (Results 1 – 25 of 82) sorted by relevance

1234

/spdk/test/unit/lib/util/iov.c/
H A Diov_ut.c201 struct iovec iov[4]; in test_iovs_to_buf() local
224 struct iovec iov[4]; in test_buf_to_iovs() local
251 struct iovec iov[4]; in test_memset() local
273 struct iovec iov = { 0 }; in test_iov_one() local
290 struct iovec iov[4]; in test_iov_xfer() local
/spdk/lib/ftl/
H A Dftl_io.c55 struct iovec *iov = ftl_io_iovec(io); in ftl_io_advance() local
81 ftl_iovec_num_blocks(struct iovec *iov, size_t iov_cnt) in ftl_iovec_num_blocks() argument
110 struct iovec *iov = ftl_io_iovec(io); in ftl_io_iovec_len_left() local
165 struct iovec *iov, size_t iov_cnt, spdk_ftl_fn cb_fn, void *cb_ctx, int type) in ftl_io_init() argument
[all...]
/spdk/include/spdk_internal/
H A Dsgl.h16 struct iovec *iov; member
32 spdk_iov_sgl_init(struct spdk_iov_sgl *s, struct iovec *iov, int iovcnt, in spdk_iov_sgl_init()
/spdk/test/unit/lib/bdev/crypto.c/
H A Dcrypto_ut.c143 spdk_bdev_readv_blocks_ext(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct iovec * iov,int iovcnt,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg,struct spdk_bdev_ext_io_opts * opts) spdk_bdev_readv_blocks_ext() argument
157 spdk_bdev_writev_blocks_ext(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct iovec * iov,int iovcnt,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg,struct spdk_bdev_ext_io_opts * opts) spdk_bdev_writev_blocks_ext() argument
266 UT_IO_INIT(iov) global() argument
277 struct iovec iov; test_error_paths() local
375 struct iovec iov; test_simple_write() local
404 struct iovec iov; test_simple_read() local
[all...]
/spdk/test/unit/lib/util/dif.c/
H A Ddif_ut.c100 _iov_alloc_buf(struct iovec *iov, uint32_t len) in _iov_alloc_buf() argument
108 _iov_free_buf(struct iovec *iov) in _iov_free_buf() argument
114 _iov_set_buf(struct iovec *iov, uint8_t *buf, uint32_t buf_len) in _iov_set_buf() argument
121 _iov_check(struct iovec *iov, voi argument
144 _dif_generate_and_verify(struct iovec * iov,uint32_t block_size,uint32_t md_size,bool dif_loc,enum spdk_dif_type dif_type,uint32_t dif_flags,enum spdk_dif_pi_format dif_pi_format,uint64_t ref_tag,uint64_t e_ref_tag,uint16_t app_tag,uint16_t apptag_mask,uint16_t e_app_tag,bool expect_pass) _dif_generate_and_verify() argument
189 struct iovec iov; dif_generate_and_verify_test() local
307 struct iovec iov; dif_disable_check_test() local
408 struct iovec iov; _dif_generate_and_verify_different_pi_format() local
489 struct iovec iov; _dif_apptag_mask_test() local
600 struct iovec iov; _dif_guard_seed_test() local
689 struct iovec iov; dif_guard_value_test() local
774 struct iovec iov; dif_disable_sec_512_md_8_single_iov_test() local
787 struct iovec iov; dif_sec_512_md_8_prchk_0_single_iov_test() local
800 struct iovec iov; dif_sec_4096_md_128_prchk_0_single_iov_test() local
1567 struct iovec iov, bounce_iov; dif_copy_sec_512_md_8_prchk_0_single_iov() local
1585 struct iovec iov, bounce_iov; _dif_copy_sec_4096_md_128_prchk_0_single_iov_test() local
2042 struct iovec iov, md_iov; dix_sec_512_md_8_prchk_0_single_iov() local
2060 struct iovec iov, md_iov; _dix_sec_4096_md_128_prchk_0_single_iov_test() local
2775 struct iovec iov; dif_generate_stream_pi_16_test() local
2829 struct iovec iov; _dif_generate_stream_test() local
2953 struct iovec iov; _dif_generate_split_test() local
3213 struct iovec iov; _dif_verify_split_test() local
3288 struct iovec iov = {}; _dif_verify_stream_multi_segments_test() local
3556 struct iovec iov; _dif_update_crc32c_split_test() local
3615 struct iovec iov = {}; _dif_update_crc32c_stream_multi_segments_test() local
4038 struct iovec iov; dif_generate_and_verify_unmap_test() local
[all...]
/spdk/test/unit/lib/reduce/reduce.c/
H A Dreduce_ut.c56 struct iovec *iov; global() member
236 backing_dev_readv_execute(struct spdk_reduce_backing_dev * backing_dev,struct iovec * iov,int iovcnt,uint64_t lba,uint32_t lba_count,struct spdk_reduce_vol_cb_args * args) backing_dev_readv_execute() argument
253 backing_dev_insert_io(enum ut_reduce_bdev_io_type type,struct spdk_reduce_backing_dev * backing_dev,struct iovec * iov,int iovcnt,uint64_t lba,uint32_t lba_count,struct spdk_reduce_vol_cb_args * args) backing_dev_insert_io() argument
273 backing_dev_readv(struct spdk_reduce_backing_dev * backing_dev,struct iovec * iov,int iovcnt,uint64_t lba,uint32_t lba_count,struct spdk_reduce_vol_cb_args * args) backing_dev_readv() argument
288 backing_dev_writev_execute(struct spdk_reduce_backing_dev * backing_dev,struct iovec * iov,int iovcnt,uint64_t lba,uint32_t lba_count,struct spdk_reduce_vol_cb_args * args) backing_dev_writev_execute() argument
304 backing_dev_writev(struct spdk_reduce_backing_dev * backing_dev,struct iovec * iov,int iovcnt,uint64_t lba,uint32_t lba_count,struct spdk_reduce_vol_cb_args * args) backing_dev_writev() argument
726 struct iovec iov; _write_maps() local
824 struct iovec iov; _read_write() local
985 struct iovec iov[REDUCE_MAX_IOVECS + 1]; _readv_writev() local
1080 struct iovec iov; defer_bdev_io() local
1141 struct iovec iov; overlapped() local
[all...]
/spdk/test/unit/lib/blob/
H A Dbs_dev_common.c246 dev_readv(dev, channel, iov, iovcnt, lba, lba_count, cb_args); in dev_writev() argument
182 __check_iov(struct iovec * iov,int iovcnt,uint64_t length) __check_iov() argument
195 dev_readv(struct spdk_bs_dev * dev,struct spdk_io_channel * channel,struct iovec * iov,int iovcnt,uint64_t lba,uint32_t lba_count,struct spdk_bs_dev_cb_args * cb_args) dev_readv() argument
234 dev_readv_ext(struct spdk_bs_dev * dev,struct spdk_io_channel * channel,struct iovec * iov,int iovcnt,uint64_t lba,uint32_t lba_count,struct spdk_bs_dev_cb_args * cb_args,struct spdk_blob_ext_io_opts * io_opts) dev_readv_ext() argument
285 dev_writev_ext(struct spdk_bs_dev * dev,struct spdk_io_channel * channel,struct iovec * iov,int iovcnt,uint64_t lba,uint32_t lba_count,struct spdk_bs_dev_cb_args * cb_args,struct spdk_blob_ext_io_opts * io_opts) dev_writev_ext() argument
[all...]
/spdk/test/unit/lib/bdev/compress.c/
H A Dcompress_ut.c35 spdk_reduce_vol_writev(struct spdk_reduce_vol * vol,struct iovec * iov,int iovcnt,uint64_t offset,uint64_t length,spdk_reduce_vol_op_complete cb_fn,void * cb_arg) spdk_reduce_vol_writev() argument
43 spdk_reduce_vol_readv(struct spdk_reduce_vol * vol,struct iovec * iov,int iovcnt,uint64_t offset,uint64_t length,spdk_reduce_vol_op_complete cb_fn,void * cb_arg) spdk_reduce_vol_readv() argument
119 spdk_bdev_readv_blocks(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct iovec * iov,int iovcnt,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg) spdk_bdev_readv_blocks() argument
131 spdk_bdev_writev_blocks(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct iovec * iov,int iovcnt,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg) spdk_bdev_writev_blocks() argument
/spdk/lib/util/
H A Diov.c13 struct iovec *iov; in spdk_iov_memset() local
52 struct iovec **iov, in spdk_ioviter_firstv()
180 struct iovec *iov; in iov_xfer() local
H A Dcrc32c.c112 spdk_crc32c_iov_update(struct iovec *iov, int iovcnt, uint32_t crc32c) in spdk_crc32c_iov_update() argument
/spdk/test/unit/lib/util/crc32c.c/
H A Dcrc32c_ut.c18 struct iovec iov[2] = {}; in test_crc32c() local
/spdk/module/bdev/malloc/
H A Dbdev_malloc.c27 struct iovec iov; member
131 struct iovec iov = { malloc_unmap_write_zeroes_generate_pi() local
138 struct iovec iov = { malloc_unmap_write_zeroes_generate_pi() local
660 struct iovec iov, md_iov; malloc_disk_setup_pi() local
[all...]
/spdk/test/unit/lib/bdev/raid/raid5f.c/
H A Draid5f_ut.c282 struct iovec *iov; in get_raid_io() local
402 struct iovec *iov, int iovcnt, void *md_buf, in spdk_bdev_writev_blocks_with_md() argument
455 struct iovec *iov, int iovcnt, void *md_buf, in spdk_bdev_readv_blocks_degraded() argument
502 struct iovec *iov, in in spdk_bdev_writev_blocks() argument
512 spdk_bdev_writev_blocks_ext(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct iovec * iov,int iovcnt,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg,struct spdk_bdev_ext_io_opts * opts) spdk_bdev_writev_blocks_ext() argument
525 spdk_bdev_readv_blocks_with_md(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct iovec * iov,int iovcnt,void * md_buf,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg) spdk_bdev_readv_blocks_with_md() argument
555 spdk_bdev_readv_blocks(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct iovec * iov,int iovcnt,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg) spdk_bdev_readv_blocks() argument
565 spdk_bdev_readv_blocks_ext(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct iovec * iov,int iovcnt,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg,struct spdk_bdev_ext_io_opts * opts) spdk_bdev_readv_blocks_ext() argument
[all...]
/spdk/module/bdev/ocf/
H A Dctx.c77 iovec_flatten(struct iovec *iov, size_t iovcnt, void *buf, size_t size, size_t offset) in iovec_flatten() argument
118 buf_to_iovec(const void *buf, size_t size, struct iovec *iov, size_t iovcnt, size_t offset) in buf_to_iovec() argument
159 iovset(struct iovec * iov,size_t iovcnt,int byte,size_t size,size_t offset) iovset() argument
[all...]
/spdk/test/unit/lib/sock/sock.c/
H A Dsock_ut.c161 spdk_ut_sock_readv(struct spdk_sock *_sock, struct iovec *iov, int iovcnt) in spdk_ut_sock_readv() argument
186 spdk_ut_sock_writev(struct spdk_sock *_sock, struct iovec *iov, int iovcnt) in spdk_ut_sock_writev() argument
348 struct iovec iov; _sock() local
498 struct iovec iov; _sock_group() local
633 struct iovec iov; posix_sock_group_fairness() local
[all...]
/spdk/test/unit/lib/bdev/bdev.c/
H A Dbdev_ut.c124 struct iovec iov[SPDK_BDEV_IO_NUM_CHILD_IOV]; global() member
201 struct iovec *iov, *expected_iov; stub_submit_request() local
1296 struct iovec iov[SPDK_BDEV_IO_NUM_CHILD_IOV]; bdev_io_spans_split_test() local
1380 struct iovec iov[SPDK_BDEV_IO_NUM_CHILD_IOV * 2]; bdev_io_boundary_split_test() local
2030 struct iovec iov[SPDK_BDEV_IO_NUM_CHILD_IOV * 2]; bdev_io_max_size_and_segment_split_test() local
2720 struct iovec iov[SPDK_BDEV_IO_NUM_CHILD_IOV * 2]; bdev_io_mix_split_test() local
2987 struct iovec iov[3]; bdev_io_split_with_io_wait() local
3118 struct iovec iov[SPDK_BDEV_IO_NUM_CHILD_IOV * 4]; bdev_io_write_unit_split_test() local
4216 struct iovec iov; bdev_zcopy_write() local
4298 struct iovec iov; bdev_zcopy_read() local
4551 struct iovec iov; global() member
5357 struct iovec iov[SPDK_BDEV_IO_NUM_CHILD_IOV * 2]; bdev_io_abort() local
5793 struct iovec iov = { .iov_base = io_buf, .iov_len = 512 }; _bdev_io_ext() local
5876 struct iovec iov = { .iov_base = io_buf, .iov_len = 512 }; bdev_io_ext_invalid_opts() local
5930 struct iovec iov = { .iov_base = io_buf, .iov_len = 512 }; bdev_io_ext_split() local
6023 struct iovec iov = { .iov_base = io_buf, .iov_len = 512 }; bdev_io_ext_bounce_buffer() local
[all...]
/spdk/module/blob/bdev/
H A Dblob_bdev.c143 struct iovec *iov, int iovcnt, in bdev_blob_readv() argument
160 struct iovec *iov, int iovcnt, in bdev_blob_writev() argument
186 struct iovec *iov, int iovcnt, in bdev_blob_readv_ext() argument
206 struct iovec *iov, in in bdev_blob_writev_ext() argument
[all...]
/spdk/lib/vfio_user/host/
H A Dvfio_user.c48 struct iovec iov; in vfio_user_write() local
92 struct iovec iov; in read_fd_message() local
/spdk/module/sock/posix/
H A Dposix.c858 SSL_readv(SSL * ssl,const struct iovec * iov,int iovcnt) SSL_readv() argument
902 SSL_writev(SSL * ssl,struct iovec * iov,int iovcnt) SSL_writev() argument
1512 struct iovec iov[2]; posix_sock_read() local
1560 posix_sock_readv(struct spdk_sock * _sock,struct iovec * iov,int iovcnt) posix_sock_readv() argument
1612 struct iovec iov[1]; posix_sock_recv() local
1621 posix_sock_writev(struct spdk_sock * _sock,struct iovec * iov,int iovcnt) posix_sock_writev() argument
1650 struct iovec iov; posix_sock_recv_next() local
[all...]
/spdk/test/unit/lib/bdev/raid/raid1.c/
H A Draid1_ut.c37 spdk_bdev_readv_blocks_ext(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct iovec * iov,int iovcnt,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg,struct spdk_bdev_ext_io_opts * opts) spdk_bdev_readv_blocks_ext() argument
49 spdk_bdev_writev_blocks_ext(struct spdk_bdev_desc * desc,struct spdk_io_channel * ch,struct iovec * iov,int iovcnt,uint64_t offset_blocks,uint64_t num_blocks,spdk_bdev_io_completion_cb cb,void * cb_arg,struct spdk_bdev_ext_io_opts * opts) spdk_bdev_writev_blocks_ext() argument
/spdk/lib/reduce/
H A Dreduce.c94 struct iovec *iov; global() member
306 struct iovec iov[LOAD_IOV_COUNT]; global() member
895 struct iovec iov; global() member
1075 struct iovec *iov; _issue_backing_ops() local
1528 _iov_array_is_valid(struct spdk_reduce_vol * vol,struct iovec * iov,int iovcnt,uint64_t length) _iov_array_is_valid() argument
1568 spdk_reduce_vol_readv(struct spdk_reduce_vol * vol,struct iovec * iov,int iovcnt,uint64_t offset,uint64_t length,spdk_reduce_vol_op_complete cb_fn,void * cb_arg) spdk_reduce_vol_readv() argument
1657 spdk_reduce_vol_writev(struct spdk_reduce_vol * vol,struct iovec * iov,int iovcnt,uint64_t offset,uint64_t length,spdk_reduce_vol_op_complete cb_fn,void * cb_arg) spdk_reduce_vol_writev() argument
[all...]
/spdk/lib/nvmf/
H A Dctrlr_discovery.c206 nvmf_get_discovery_log_page(struct spdk_nvmf_tgt *tgt, const char *hostnqn, struct iovec *iov, in nvmf_get_discovery_log_page() argument
/spdk/test/nvme/sgl/
H A Dsgl.c52 struct sgl_element *iov; in nvme_request_reset_sgl() local
71 struct sgl_element *iov; in nvme_request_next_sge() local
[all...]
/spdk/test/unit/lib/iscsi/
H A Dcommon.c221 iscsi_conn_readv_data(struct spdk_iscsi_conn *conn, struct iovec *iov, int iovcnt) in iscsi_conn_readv_data()
/spdk/test/unit/lib/nvmf/ctrlr_discovery.c/
H A Dctrlr_discovery_ut.c283 struct iovec iov; test_discovery_log() local
416 struct iovec iov; test_discovery_log_with_filters() local
[all...]

1234